Skip to content

Commit

Permalink
Merge pull request #398 from GSM-MSG/feature/397-securityConfig-rename
Browse files Browse the repository at this point in the history
SecurityConfig에 오타나있던걸 수정합니다
  • Loading branch information
Huuuunee committed Jul 9, 2024
2 parents 538ca1d + 6605930 commit 4d86558
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class SecurityConfig(
.antMatchers(HttpMethod.GET, "/health").permitAll()

// Auth
.antMatchers(HttpMethod.GET, "/auth/verity/access").authenticated()
.antMatchers(HttpMethod.GET, "/auth/verify/access").authenticated()
.antMatchers(HttpMethod.POST, "/auth").permitAll()
.antMatchers(HttpMethod.PATCH, "/auth").permitAll()
.antMatchers(HttpMethod.DELETE, "/auth").authenticated()
Expand Down

0 comments on commit 4d86558

Please sign in to comment.