Skip to content

Commit

Permalink
[CHORE] WhiteList 추가 #117
Browse files Browse the repository at this point in the history
  • Loading branch information
jun02160 committed Feb 10, 2024
1 parent 72c97db commit c46bf1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class SecurityConfig {

private static final String[] AUTH_WHITELIST = {
"/kakao/**", "/login", "/reissue",
"/qna/**", "onboard/**", "/home", "/dummy",
"/qna/**", "onboard/**", "/home", "/dummy", "/user/me",
// "/log-out",
"/test", "/profile", "/health", "/actuator/health",
"/alarm/qna", "/alarm/drink",
Expand Down

0 comments on commit c46bf1a

Please sign in to comment.