fixed preficates for routes
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -31,7 +31,6 @@ spring:
|
||||
- id: timezone-service
|
||||
uri: ${TIMEZONE_SERVICE_URI:http://timezone-service}
|
||||
predicates:
|
||||
- Path=/v1/timezone
|
||||
- Path=/v1/timezone/**
|
||||
filters:
|
||||
- name: GCPGatewayFilter
|
||||
@@ -41,7 +40,8 @@ spring:
|
||||
- id: backend-service
|
||||
uri: ${BACKEND_SERVICE_URI:http://backend-service}
|
||||
predicates:
|
||||
- Path=/v1/**
|
||||
- Path=/v1/account/**
|
||||
- Path=/v1/token/**
|
||||
filters:
|
||||
#- AuthGatewayFilter
|
||||
- name: GCPGatewayFilter
|
||||
|
Reference in New Issue
Block a user