We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 538ca1d + 6605930 commit 4d86558Copy full SHA for 4d86558
sms-infrastructure/src/main/kotlin/team/msg/sms/global/security/SecurityConfig.kt
@@ -49,7 +49,7 @@ class SecurityConfig(
49
.antMatchers(HttpMethod.GET, "/health").permitAll()
50
51
// Auth
52
- .antMatchers(HttpMethod.GET, "/auth/verity/access").authenticated()
+ .antMatchers(HttpMethod.GET, "/auth/verify/access").authenticated()
53
.antMatchers(HttpMethod.POST, "/auth").permitAll()
54
.antMatchers(HttpMethod.PATCH, "/auth").permitAll()
55
.antMatchers(HttpMethod.DELETE, "/auth").authenticated()
0 commit comments