Skip to content

Commit

Permalink
hotfix: auth/nickname api 보안 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mingmingmon committed Feb 18, 2024
1 parent 0e92b5e commit 0c97b67
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 0c97b67

Please sign in to comment.