Skip to content

Commit

Permalink
feat: 유저 검증 경로 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
f1v3-dev committed Oct 8, 2024
1 parent 158cb10 commit 67ccc81
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ public class SecurityEndpointPaths {
"/api/v1/members/**",
"/api/v1/meetings",
"/api/v1/meetings/*/schedules/members",
"/api/v1/meetings/*/schedules"
"/api/v1/meetings/*/schedules",
"/api/v1/meetings/*/schedules/check"
};

public static final String[] ADMIN_LIST = {
Expand Down

0 comments on commit 67ccc81

Please sign in to comment.