Skip to content

Commit

Permalink
fix: 스냅샷 멘토 권한 오픈
Browse files Browse the repository at this point in the history
  • Loading branch information
Juhongseok committed Nov 27, 2023
1 parent cad4df4 commit 269d51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-endpoint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endpoint:
delete: /api/v1/follows/*
role: mentee
- matcher:
get: /api/v1/mentors/*, /api/v1/mentees/*, /api/v1/user, /api/v1/resumes/**, /api/v1/results, /api/v1/mentors/*/events
get: /api/v1/mentors/*, /api/v1/mentees/*, /api/v1/user, /api/v1/resumes/**, /api/v1/results, /api/v1/mentors/*/events, /api/v1/snapshot
post: /api/v1/events, /api/v1/resumes/*/reviews, /api/v1/events/*/resumes/*/comments
patch: /api/v1/mentors/*
role: mentor
Expand Down

0 comments on commit 269d51c

Please sign in to comment.