typo
This commit is contained in:
parent
21c316293b
commit
0a5495f185
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ class ConnectionManager:
|
||||||
manager = ConnectionManager()
|
manager = ConnectionManager()
|
||||||
|
|
||||||
|
|
||||||
@nostradmin_ext.websocket("/nostradmin/ws/{nostr_id}", name="copilot.websocket_by_id")
|
@nostradmin_ext.websocket("/nostradmin/ws/{nostr_id}", name="nostr_id.websocket_by_id")
|
||||||
async def websocket_endpoint(websocket: WebSocket, copilot_id: str):
|
async def websocket_endpoint(websocket: WebSocket, copilot_id: str):
|
||||||
await manager.connect(websocket, nostr_id)
|
await manager.connect(websocket, nostr_id)
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue