diff --git a/api-gateway/src/main/resources/application.yaml b/api-gateway/src/main/resources/application.yaml index b59e0e7..1e3093d 100644 --- a/api-gateway/src/main/resources/application.yaml +++ b/api-gateway/src/main/resources/application.yaml @@ -15,32 +15,32 @@ spring: allowedMethods: '*' routes: - id: user-service-swagger - uri: https://user-service.mafoo.kr + uri: user-service predicates: - Path=/user/v3/api-docs/** filters: - RewritePath=/user/(?<segment>/?.*), /$\{segment} - id: user-service-auth - uri: https://user-service.mafoo.kr + uri: user-service predicates: - Path=/user/v1/auth/** filters: - RewritePath=/user/(?<segment>/?.*), /$\{segment} - id: photo-service-swagger - uri: https://photo-service.mafoo.kr + uri: photo-service predicates: - Path=/photo/v3/api-docs/** filters: - RewritePath=/photo/(?<segment>/?.*), /$\{segment} - id: user-service - uri: https://user-service.mafoo.kr + uri: user-service predicates: - Path=/user/** filters: - JWTAuthenticationFilter - RewritePath=/user/(?<segment>/?.*), /$\{segment} - id: photo-service - uri: https://photo-service.mafoo.kr + uri: photo-service predicates: - Path=/photo/** filters: