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>
1 parent 8e074a0 commit 24f14e10959096827fcf4ecedca1a59169b7be46
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored on 4 May
Showing 1 changed file
View
navi/api/websocket.py