Expand description
Serves the admin web UI (React SPA node-graph editor) from assets
embedded into the binary at build time via rust-embed. Mounted as the
admin router’s unauthenticated fallback; the SPA authenticates its own
calls to the admin API.
Structs§
- UiAssets 🔒
- Compiled UI bundle (
ui/dist/, produced by the frontend build and embedded viabuild.rs).
Functions§
- serve_
ui - Fallback handler for all paths not matched by the admin API.