Skip to content

Commit 4d86558

Browse files
authored
Merge pull request #398 from GSM-MSG/feature/397-securityConfig-rename
SecurityConfig에 오타나있던걸 수정합니다
2 parents 538ca1d + 6605930 commit 4d86558

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)