Skip to content

Commit 0cfb6af

Browse files
committed
roadmap health 관련 filter 수정
1 parent 2736072 commit 0cfb6af

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/com/gucci/apigatewayservice/filter/JwtAuthorizationFilter.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ public Mono<Void> filter(ServerWebExchange exchange, GatewayFilterChain chain) {
8484
"/api/user-service/profile-nickname",
8585
"/api/blog-service/health-check",
8686
"/api/portfolio-service/health-check",
87-
"/api/message-service/health-check"
87+
"/api/message-service/health-check",
88+
"/api/roadmap/health-check"
8889

8990

9091
);

0 commit comments

Comments
 (0)