fix websocket

This commit is contained in:
aurinex
2025-12-22 12:11:17 +05:00
parent 51e903e249
commit 29bf215120

View File

@ -17,3 +17,7 @@ async def marketplace_ws(
pass
finally:
await marketplace_hub.disconnect(server_ip, websocket)
@router.get("/ws/marketplace/ping")
async def ping():
return {"ok": True}