Skip to content

Commit

Permalink
add :: url 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Umjiseung committed Jun 22, 2024
1 parent 81c2d85 commit 96f0880
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class SecurityConfig(
.antMatchers(HttpMethod.PATCH, "/auth/image").permitAll()
.antMatchers(HttpMethod.DELETE, "/auth/image").permitAll()
.antMatchers(HttpMethod.PATCH, "/auth/password").authenticated()
.antMatchers(HttpMethod.GET, "/auth").permitAll()

// Email
.antMatchers(HttpMethod.POST, "/email").permitAll()
Expand Down

0 comments on commit 96f0880

Please sign in to comment.