mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-24 06:04:58 +00:00
Add the WebSocket upgrade endpoint at /api/v1/ws with CORS origin verification using the configured allowed origins. Includes nil hub guard returning 503 if the WebSocket system hasn't been initialized. Register the hub initialization in the app startup sequence and wire the upgrade handler into the Echo router.