Skip to content

Commit

Permalink
🐛 Bug/284 /test/** 접근 가능하도록 security 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanvp committed Jan 17, 2024
1 parent 73f5092 commit 7056f60
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ public WebSecurityCustomizer webSecurityCustomizer(){
"/v3/api-docs/**",
"/swagger-ui/**",
"/docs/**","/members/oauth", "/members/oauth/info","/members/new-token","/members/terms","/categories","/members/exist-nickname",
"/members/phone/sms","/members/phone/auth","/members/temp-login","/auto-login","/notices/**","/fcm"
"/members/phone/sms","/members/phone/auth","/members/temp-login","/auto-login","/notices/**","/fcm",
"/test/**"
);
}

Expand Down

0 comments on commit 7056f60

Please sign in to comment.