refactor: simplify artifactapi routes #201

Merged
benvin merged 1 commits from benvin/simplify-artifactapi-routes into main 2026-06-26 23:39:25 +10:00

1 Commits

Author SHA1 Message Date
unkinben 97345a8628 refactor: simplify artifactapi routes — UI on /ui, API catches all
ci/woodpecker/pr/kubeconform Pipeline failed
ci/woodpecker/pr/pre-commit Pipeline was successful
Route /ui to the UI service, everything else (/, /api, /v2, /health,
etc.) to the API service. Eliminates the need to add a new route rule
for every API path prefix.
2026-06-26 23:37:21 +10:00