From 338ab9aaf227557196ce2767b32c1173401b3dc5 Mon Sep 17 00:00:00 2001 From: augustus Date: Tue, 17 Mar 2026 17:10:44 +0300 Subject: [PATCH] Updated gateway cors --- kilimo-gateway-production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kilimo-gateway-production.yml b/kilimo-gateway-production.yml index ca98fc2..1b8c7aa 100644 --- a/kilimo-gateway-production.yml +++ b/kilimo-gateway-production.yml @@ -16,7 +16,7 @@ spring: cloud: gateway: server: - webflux: # CRITICAL: Modern properties live under this node + webflux: routes: # --- Core Service Route --- - id: kilimo_core_service @@ -50,8 +50,8 @@ spring: '[/**]': allowedOrigins: - "http://localhost:3000" + - "http://127.0.0.1:3000" - "https://vm-qpse3mho5qps7fj2kw0hzy.vusercontent.net" - - "https://vm-qpse3mho5qps7fj2kw0hzy.vusercontent.net/" - "https://www.kilimo.farm" - "https://kilimo.farm" allowedMethods: