From 84060bfdc9d7d0ba64ecb94dac2a42c1cc80932b Mon Sep 17 00:00:00 2001 From: Tracewebstudio Dev Date: Fri, 17 Apr 2026 17:00:29 +0200 Subject: [PATCH] fix(frontend): deploy route fix bb6db6c - Frontend now calls correct /api/auth paths instead of /api/gateway/api/auth - Fixes OTP verification and signup flow --- apps/nxtgauge-frontend-solid/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nxtgauge-frontend-solid/overlays/prod/kustomization.yaml b/apps/nxtgauge-frontend-solid/overlays/prod/kustomization.yaml index f3559fd..3025333 100644 --- a/apps/nxtgauge-frontend-solid/overlays/prod/kustomization.yaml +++ b/apps/nxtgauge-frontend-solid/overlays/prod/kustomization.yaml @@ -6,4 +6,4 @@ patchesStrategicMerge: - replicas-patch.yaml images: - name: registry.nxtgauge.com/nxtgauge-frontend-solid - newTag: high-performance-latest + newTag: bb6db6c