Compare commits
No commits in common. "30f0b28460ec6234c90a117d38d2f1d3015607d6" and "c0e33e11d7ad937415e487a108c10392235d3643" have entirely different histories.
30f0b28460
...
c0e33e11d7
@ -41,8 +41,7 @@ public class SecurityConfig {
|
||||
session.sessionCreationPolicy(SessionCreationPolicy.STATELESS))
|
||||
.authorizeHttpRequests(auth -> auth
|
||||
.requestMatchers(
|
||||
"/api/auth/google",
|
||||
"/api/auth/logout",
|
||||
"/api/auth/**",
|
||||
"/api/health",
|
||||
"/actuator/health",
|
||||
"/h2-console/**",
|
||||
|
||||
불러오는 중...
Reference in New Issue
Block a user