Skip to content

Commit

Permalink
Merge pull request #57 from Team-Wable/fix/#56
Browse files Browse the repository at this point in the history
[FIX] auth관련 화이트리스트 추가
  • Loading branch information
Hong0329 authored Nov 26, 2024
2 parents a8e2f1c + 42cd5c1 commit a9fcd11
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public class SecurityConfig {

private static final String[] AUTH_WHITELIST = {
"/api/v1/auth",
"/api/v2/auth",
"/health",
"/profile",
"/actuator/health",
Expand Down

0 comments on commit a9fcd11

Please sign in to comment.