mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-21 08:29:43 +00:00
Fix websocket compute notifications after upgrade to FastAPI 0.97.0
This commit is contained in:
@ -35,7 +35,7 @@ router = APIRouter()
|
||||
|
||||
|
||||
@router.websocket("/notifications/ws")
|
||||
async def notification_ws(websocket: WebSocket) -> None:
|
||||
async def project_ws_notifications(websocket: WebSocket) -> None:
|
||||
"""
|
||||
Receive project notifications about the project from WebSocket.
|
||||
"""
|
||||
|
Reference in New Issue
Block a user