Skip to content

Commit

Permalink
🐛 [fix] white List 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoo0419 committed Jul 15, 2024
1 parent c436127 commit fe9b3ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/nutshell/server/constant/AuthConstant.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ public class AuthConstant {
public static final String[] AUTH_WHITELIST = {
"/actuator/health",
"/api/auth/login/google/**",
"/api/auth/login/google",
"/swagger-ui/**",
"/swagger-ui.html",
"/api/test/token/**",
Expand Down

0 comments on commit fe9b3ea

Please sign in to comment.