Skip to content

Commit

Permalink
feat: 불필요한 interceptor 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
youngh0 committed Apr 5, 2024
1 parent c488d87 commit b87aaa7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/example/parking/config/WebMvcConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ public void addInterceptors(InterceptorRegistry registry) {
"/swagger-ui/**",
"/signup",
"/signin",
"/parkings/**",
"/test"
"/parkings/**"
));
}

Expand Down

0 comments on commit b87aaa7

Please sign in to comment.