|
Fix stop_session 422: use get_current_user instead of get_current_user_ws
stop_session is an HTTP endpoint but was using Depends(get_current_user_ws), whose websocket parameter caused FastAPI to demand it as a query param. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
|---|
|
|
| navi/api/websocket.py |
|---|