fix: route /v2 and /health to artifactapi API service #200

Merged
benvin merged 1 commits from benvin/fix-artifactapi-docker-route into main 2026-06-26 23:31:47 +10:00

1 Commits

Author SHA1 Message Date
unkinben e5239747ae fix: route /v2 and /health to artifactapi API service
ci/woodpecker/pr/kubeconform Pipeline failed
ci/woodpecker/pr/pre-commit Pipeline was successful
The v3 route migration (#198) split routes into /api → API and / → UI,
but /v2/ (Docker Registry V2 API) and /health now hit the UI catch-all
instead of the API backend, breaking docker pull.
2026-06-26 23:23:32 +10:00