pub async fn ws_handler(
ws: WebSocketUpgrade,
__arg1: State<Arc<AppState>>,
) -> impl IntoResponseExpand description
GET /api/ws — WebSocket endpoint for bidirectional communication
pub async fn ws_handler(
ws: WebSocketUpgrade,
__arg1: State<Arc<AppState>>,
) -> impl IntoResponseGET /api/ws — WebSocket endpoint for bidirectional communication