Added Patch Method
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user