Skip to content

Commit 6605930

Browse files
committed
fix: verity -> verify로 변경
1 parent 538ca1d commit 6605930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sms-infrastructure/src/main/kotlin/team/msg/sms/global/security/SecurityConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class SecurityConfig(
4949
.antMatchers(HttpMethod.GET, "/health").permitAll()
5050

5151
// Auth
52-
.antMatchers(HttpMethod.GET, "/auth/verity/access").authenticated()
52+
.antMatchers(HttpMethod.GET, "/auth/verify/access").authenticated()
5353
.antMatchers(HttpMethod.POST, "/auth").permitAll()
5454
.antMatchers(HttpMethod.PATCH, "/auth").permitAll()
5555
.antMatchers(HttpMethod.DELETE, "/auth").authenticated()

0 commit comments

Comments
 (0)