fixed preficates for routes

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-08-18 00:55:12 +02:00
parent 2bc66c6cb9
commit 2566897b06

View File

@@ -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