diff --git a/kilimo-gateway-localhost.yml b/kilimo-gateway-localhost.yml index d6e446c..0d2872d 100644 --- a/kilimo-gateway-localhost.yml +++ b/kilimo-gateway-localhost.yml @@ -33,7 +33,7 @@ spring: uri: http://localhost:9081 predicates: - Path=/core/** - - Method=GET,POST,PUT,DELETE,OPTIONS + - Method=GET,POST,PUT,DELETE,OPTIONS,PATCH filters: - RewritePath=/core/(?.*), /$\{path} - name: AuthFilter @@ -47,7 +47,7 @@ spring: uri: http://localhost:9082 predicates: - Path=/assistant/** - - Method=GET,POST,PUT,DELETE,OPTIONS + - Method=GET,POST,PUT,DELETE,OPTIONS,PATCH filters: - RewritePath=/assistant/(?.*), /${segment} - name: AuthFilter diff --git a/kilimo-gateway-production.yml b/kilimo-gateway-production.yml index d6e446c..0d2872d 100644 --- a/kilimo-gateway-production.yml +++ b/kilimo-gateway-production.yml @@ -33,7 +33,7 @@ spring: uri: http://localhost:9081 predicates: - Path=/core/** - - Method=GET,POST,PUT,DELETE,OPTIONS + - Method=GET,POST,PUT,DELETE,OPTIONS,PATCH filters: - RewritePath=/core/(?.*), /$\{path} - name: AuthFilter @@ -47,7 +47,7 @@ spring: uri: http://localhost:9082 predicates: - Path=/assistant/** - - Method=GET,POST,PUT,DELETE,OPTIONS + - Method=GET,POST,PUT,DELETE,OPTIONS,PATCH filters: - RewritePath=/assistant/(?.*), /${segment} - name: AuthFilter