Added Patch Method
This commit is contained in:
@@ -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>.*), /$\{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>.*), /${segment}
|
||||
- name: AuthFilter
|
||||
|
||||
Reference in New Issue
Block a user