Skip to content

Commit 168fd39

Browse files
Add root redirect to /ui for gateway.unitone.ai
When users visit gateway.unitone.ai/ they are now redirected to /ui with a 302 redirect. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3669ca8 commit 168fd39

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

azure-config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ binds:
1212
name: default
1313
protocol: HTTP
1414
routes:
15+
# Root redirect to UI
16+
- name: root-redirect
17+
matches:
18+
- path:
19+
pathExact: /
20+
policies:
21+
requestRedirect:
22+
path:
23+
full: /ui
24+
status: 302
25+
1526
# UI Dashboard
1627
- name: ui-route
1728
matches:

0 commit comments

Comments
 (0)