Skip to content

Commit

Permalink
Merge pull request #171 from survey-mate/hotfix/170
Browse files Browse the repository at this point in the history
hotfix: auth/nickname api 보안 수정
  • Loading branch information
mingmingmon authored Feb 18, 2024
2 parents 0bec7ce + e969ea3 commit 6ac21ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class SecurityConfig {
"/api/auth/password/certification",
"/api/auth/password/certification-request",
"/api/auth/password/reset",
"/api/auth/nickname/**",
"/api/auth/nickname/*",
"/error",
"/v2/api-docs",
"/swagger-resources/**",
Expand Down

0 comments on commit 6ac21ab

Please sign in to comment.