fix(control-ui): drop /ui alias

This commit is contained in:
Peter Steinberger
2025-12-19 05:13:07 +00:00
parent c498348a34
commit 6b6f2b5414
3 changed files with 4 additions and 8 deletions

View File

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