diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 9c2b01d..44a55cc 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -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