Skip to main content

Module ui

Module ui 

Source
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 via build.rs).

Functions§

serve_ui
Fallback handler for all paths not matched by the admin API.