Updated gateway cors
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user