Skip to content

Commit

Permalink
feat: 좋아요, 리뷰 조회 성능 테스트 세팅
Browse files Browse the repository at this point in the history
  • Loading branch information
EunChanNam committed Nov 29, 2023
1 parent 0de2aad commit a86e57e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ public void addInterceptors(final InterceptorRegistry registry) {
.addExcludePathPattern("/api/auth/login", POST)
.addExcludePathPattern("/api/users")
.addExcludePathPattern("/api/users/refresh/*")
.addExcludePathPattern("/api/like/test/clean")
.addExcludePathPattern("/api/like/test/count/**")
.addExcludePathPattern("/api/email/*");

registry
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
server:
port: 8080
port: 8090


spring:
Expand Down

0 comments on commit a86e57e

Please sign in to comment.