Skip to content

Commit

Permalink
Merge pull request #285 from zipdabang/bug/284
Browse files Browse the repository at this point in the history
Bug/284 /test/** 접근 가능하도록 security 수정
  • Loading branch information
Hanvp authored Jan 17, 2024
2 parents 73f5092 + 7056f60 commit 70f2c20
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 70f2c20

Please sign in to comment.