Added Patch Method

This commit is contained in:
2026-05-03 11:55:25 +03:00
parent e5cd05857b
commit 7f59b796d8
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ spring:
uri: http://localhost:9081 uri: http://localhost:9081
predicates: predicates:
- Path=/core/** - Path=/core/**
- Method=GET,POST,PUT,DELETE,OPTIONS - Method=GET,POST,PUT,DELETE,OPTIONS,PATCH
filters: filters:
- RewritePath=/core/(?<path>.*), /$\{path} - RewritePath=/core/(?<path>.*), /$\{path}
- name: AuthFilter - name: AuthFilter
@@ -47,7 +47,7 @@ spring:
uri: http://localhost:9082 uri: http://localhost:9082
predicates: predicates:
- Path=/assistant/** - Path=/assistant/**
- Method=GET,POST,PUT,DELETE,OPTIONS - Method=GET,POST,PUT,DELETE,OPTIONS,PATCH
filters: filters:
- RewritePath=/assistant/(?<segment>.*), /${segment} - RewritePath=/assistant/(?<segment>.*), /${segment}
- name: AuthFilter - name: AuthFilter
+2 -2
View File
@@ -33,7 +33,7 @@ spring:
uri: http://localhost:9081 uri: http://localhost:9081
predicates: predicates:
- Path=/core/** - Path=/core/**
- Method=GET,POST,PUT,DELETE,OPTIONS - Method=GET,POST,PUT,DELETE,OPTIONS,PATCH
filters: filters:
- RewritePath=/core/(?<path>.*), /$\{path} - RewritePath=/core/(?<path>.*), /$\{path}
- name: AuthFilter - name: AuthFilter
@@ -47,7 +47,7 @@ spring:
uri: http://localhost:9082 uri: http://localhost:9082
predicates: predicates:
- Path=/assistant/** - Path=/assistant/**
- Method=GET,POST,PUT,DELETE,OPTIONS - Method=GET,POST,PUT,DELETE,OPTIONS,PATCH
filters: filters:
- RewritePath=/assistant/(?<segment>.*), /${segment} - RewritePath=/assistant/(?<segment>.*), /${segment}
- name: AuthFilter - name: AuthFilter