mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2026-02-04 18:06:48 +00:00
622 B
622 B
fn-1.4 Register WebSocket route
Description
TBD
Acceptance
- TBD
Done summary
- Registered transcripts_chat_router in FastAPI app (server/reflector/app.py:94)
- WebSocket route
/v1/transcripts/{id}/chatnow available - Imports transcripts_chat router module (line 21)
- Routes registered with /v1 prefix for API versioning
This completes the backend WebSocket route registration. The endpoint is now accessible at ws://localhost:1250/v1/transcripts/{transcript_id}/chat and integrates with existing auth infrastructure.
Evidence
- Commits:
b461ebb488 - Tests:
- PRs: