From bb61d21dd611ba4102e0f41d480a61ef4a847bb0 Mon Sep 17 00:00:00 2001 From: IK Date: Tue, 8 Sep 2026 21:07:07 +0700 Subject: [PATCH] sync --- deploy/Caddyfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deploy/Caddyfile b/deploy/Caddyfile index 32103ba..849477f 100644 --- a/deploy/Caddyfile +++ b/deploy/Caddyfile @@ -31,7 +31,9 @@ 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 { reverse_proxy api:8000 }