Skip to content

Commit 7725603

Browse files
committed
message 헬스체크 경로 추가
1 parent 1aa4287 commit 7725603

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
@@ -82,7 +82,8 @@ public Mono<Void> filter(ServerWebExchange exchange, GatewayFilterChain chain) {
8282
"/api/user-service/details",
8383
"/api/user-service/profile-nickname",
8484
"/api/blog-service/health-check",
85-
"/api/portfolio-service/health-check"
85+
"/api/portfolio-service/health-check",
86+
"/api/message-service/health-check"
8687

8788

8889
);

0 commit comments

Comments
 (0)