sync
CI / backend-and-migrations (push) Canceled after 0s
CI / astro-build (push) Canceled after 0s
CI / compose-e2e (push) Canceled after 0s

This commit is contained in:
ik
2026-09-08 21:07:07 +07:00
parent 3e70b0f387
commit bb61d21dd6
+3 -1
View File
@@ -31,7 +31,9 @@
reverse_proxy api:8000 reverse_proxy api:8000
} }
@api path /api/* /health /ready # Astro owns /api/report and /api/report-screenshot; only the versioned
# backend namespace and health endpoints belong to FastAPI.
@api path /api/v1/* /health /ready
handle @api { handle @api {
reverse_proxy api:8000 reverse_proxy api:8000
} }