From b995e012be4912ee30b51f975dbf9c70488283a7 Mon Sep 17 00:00:00 2001 From: claude-timemachine Date: Wed, 10 Jun 2026 18:35:00 +0200 Subject: [PATCH] automc ui: relative api paths so /infra/mc-router/ proxying works Same fix as svc-proxy: absolute /api/* hit the server-manager origin when the UI is reverse-proxied at /infra/mc-router/. Switch to ./api/* so the requests stay under the proxied prefix. Co-Authored-By: Claude Opus 4.7 --- internal/automc/static/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/automc/static/index.html b/internal/automc/static/index.html index 8c92702..0259e5b 100644 --- a/internal/automc/static/index.html +++ b/internal/automc/static/index.html @@ -92,7 +92,7 @@