lan
21293644b8
Refactor backend APIs to RESTful route patterns.
...
Align group and conversation handlers/services with path-based endpoints, and unify response/service error handling for related modules.
Made-with: Cursor
2026-03-10 20:52:50 +08:00
lan
86ef150fec
Replace websocket flow with SSE support in backend.
...
Update handlers, services, router, and data conversion logic to support server-sent events and related message pipeline changes.
Made-with: Cursor
2026-03-10 12:58:23 +08:00
lan
4c0177149a
Clean backend debug logging and standardize error reporting.
...
This removes verbose trace output in handlers/services and keeps only actionable error-level logs.
2026-03-09 22:20:44 +08:00
lan
4d8f2ec997
Initial backend repository commit.
...
Set up project files and add .gitignore to exclude local build/runtime artifacts.
Made-with: Cursor
2026-03-09 21:28:58 +08:00