Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed May 7, 2024
1 parent 0e6ed74 commit d2ca202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/asgi-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ async def serve_fastapi(args):
await app(args["scope"], args["receive"], args["send"])

svc_info = await server.register_service({
"id": "cellpose",
"name": "cellpose",
"id": "cat",
"name": "cat",
"type": "ASGI",
"serve": serve_fastapi,
"config":{
Expand Down

0 comments on commit d2ca202

Please sign in to comment.