From 7f59b796d85dc62fd65960e6d01bcc6377bbbb40 Mon Sep 17 00:00:00 2001 From: augustus Date: Sun, 3 May 2026 11:55:25 +0300 Subject: [PATCH] Added Patch Method --- kilimo-gateway-localhost.yml | 4 ++-- kilimo-gateway-production.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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