Skip to content

Commit

Permalink
Merge pull request #262 from Team-Tiki/feat/#261-team-invitation-secu…
Browse files Browse the repository at this point in the history
…rity-config

[FEAT] 팀 초대 정보 확인 api 화이트 리스트에 추가
  • Loading branch information
paragon0107 authored Feb 18, 2025
2 parents e71ace0 + 2dfbc74 commit 7d5c2d1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public class SecurityConfig {
"/api/v1/members/password",
"/api/v1/members",
"/api/v1/email/verification/**",
"/api/v1/team-invitation",
"/actuator/health"
};

Expand Down

0 comments on commit 7d5c2d1

Please sign in to comment.