Skip to content

Commit bb744fc

Browse files
committed
chore: filter 수정
1 parent 016fd6e commit bb744fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ public Mono<Void> filter(ServerWebExchange exchange, GatewayFilterChain chain) {
8888
"/api/roadmap/health-check",
8989
"/api/alarm-service/notifications/subscribe",
9090
"/api/blog-service/comment/",
91-
"/api/blog-service/posts/"
91+
"/api/blog-service/posts/",
92+
"/api/blog-service/comments/",
93+
"/api/blog-service/posts/user/"
9294

9395

9496
);

0 commit comments

Comments
 (0)