fix websocket
This commit is contained in:
@ -17,3 +17,7 @@ async def marketplace_ws(
|
|||||||
pass
|
pass
|
||||||
finally:
|
finally:
|
||||||
await marketplace_hub.disconnect(server_ip, websocket)
|
await marketplace_hub.disconnect(server_ip, websocket)
|
||||||
|
|
||||||
|
@router.get("/ws/marketplace/ping")
|
||||||
|
async def ping():
|
||||||
|
return {"ok": True}
|
||||||
|
|||||||
Reference in New Issue
Block a user