diff --git a/kilimo-gateway-production.yml b/kilimo-gateway-production.yml index c3ade25..21b70d6 100644 --- a/kilimo-gateway-production.yml +++ b/kilimo-gateway-production.yml @@ -38,6 +38,7 @@ spring: uri: http://localhost:9081 predicates: - Path=/core/** + - Method=GET,POST,PUT,DELETE,OPTIONS filters: - RewritePath=/core/(?.*), /$\{segment} - name: AuthFilter @@ -51,6 +52,7 @@ spring: uri: http://localhost:9082 predicates: - Path=/assistant/** + - Method=GET,POST,PUT,DELETE,OPTIONS filters: - RewritePath=/assistant/(?.*), /$\{segment} - name: AuthFilter