From cf8c53e53ecf34a990e141c5f62687c172391aeb Mon Sep 17 00:00:00 2001 From: augustus Date: Tue, 17 Mar 2026 17:22:54 +0300 Subject: [PATCH] Updated gateway cors --- kilimo-gateway-production.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/kilimo-gateway-production.yml b/kilimo-gateway-production.yml index 1c9fd89..c3ade25 100644 --- a/kilimo-gateway-production.yml +++ b/kilimo-gateway-production.yml @@ -21,6 +21,7 @@ spring: allowedOrigins: - "http://localhost:3000" - "https://kilimo.farm" + - "https://vm-qpse3mho5qps7fj2kw0hzy.vusercontent.net" allowedMethods: - GET - POST