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.
1 parent 538ca1d commit 6605930Copy full SHA for 6605930
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