Skip to content

Commit

Permalink
[Fix] #255 - WhiteList에서 /googleLogin 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
0lynny committed Mar 20, 2024
1 parent e3cb453 commit ba32b6d
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ public class WhiteListConstants {
"/login/oauth2/code/kakao",
"/login/oauth2/code/google",
"/v1/user/login",
"/v1/user/googleLogin",
"/login",
"/googleLogin",
"/oauth/authorize",
"/actuator/health",
"/error",
Expand All @@ -29,8 +27,7 @@ public class WhiteListConstants {
"/swagger-resources/**",
"/api-docs/**",
"/v3/api-docs/**",
"/webjars/**",
"/googleLogin"
"/webjars/**"
};

}

0 comments on commit ba32b6d

Please sign in to comment.