zeroclaw/src/gateway
Argenis b79e88662e
fix: resolve web dashboard 404 on static assets and SPA fallback (#3510)
* fix: resolve web dashboard 404 on static assets and SPA fallback

Strip leading slash from asset paths after prefix removal so rust-embed
can find the files. Return 503 with a helpful build hint when index.html
is missing instead of a generic 404.

Closes #3508

* fix: return concrete Response type to fix match arm type mismatch
2026-03-14 17:07:24 -04:00
..
api.rs feat(gateway): add cron run history API and dashboard panel (#3440) 2026-03-13 17:06:44 -04:00
mod.rs fix(memory): pass embedding_routes in gateway and agent loop (#3462) 2026-03-14 06:56:55 -04:00
nodes.rs feat(gateway): add dynamic node discovery and capability advertisement (#3448) 2026-03-13 18:23:48 -04:00
sse.rs feat(observer): live tool call notifications (#3221) 2026-03-11 19:07:34 -04:00
static_files.rs fix: resolve web dashboard 404 on static assets and SPA fallback (#3510) 2026-03-14 17:07:24 -04:00
ws.rs feat(gateway): enable multi-turn chat for WebSocket connections (#3467) 2026-03-14 07:04:59 -04:00