feat: redirect / to the web UI #101
Reference in New Issue
Block a user
Delete Branch "benvin/root-redirect-to-ui"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
The web UI ships as a separate image served under `/ui` (built with `BASE_PATH=/ui`). Hitting the bare domain (e.g. `https://artifactapi.k8s.syd1.au.unkin.net/`) returned the API's JSON identity blob instead of the app, so browsers never landed on the UI.
Changes