fix(control-ui): serve dashboard at root

This commit is contained in:
Peter Steinberger
2025-12-19 05:11:08 +00:00
parent 00fc731d64
commit c498348a34
7 changed files with 14 additions and 15 deletions

View File

@@ -102,7 +102,7 @@ export type CanvasHostConfig = {
};
export type GatewayControlUiConfig = {
/** If false, the Gateway will not serve the Control UI under /ui/. Default: true. */
/** If false, the Gateway will not serve the Control UI (/, /ui/). Default: true. */
enabled?: boolean;
};