Skip to content

Commit

Permalink
refactor : review 경로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
2iedo authored Nov 8, 2024
1 parent c144376 commit aca9fa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void addInterceptors(InterceptorRegistry registry) {
.excludePathPatterns("/api/reviews")
.excludePathPatterns("/api/members/sinitto")
.excludePathPatterns("/api/members/guard")
.excludePathPatterns("/api/reviews")
.excludePathPatterns("/api/reviews/all")
.excludePathPatterns("/api/callbacks/twilio")
.excludePathPatterns("/api/hellocalls/admin/reports");
}
Expand Down

0 comments on commit aca9fa0

Please sign in to comment.