diff --git a/src/main/resources/application-endpoint.yml b/src/main/resources/application-endpoint.yml index d9df9ea6..dfc107c3 100644 --- a/src/main/resources/application-endpoint.yml +++ b/src/main/resources/application-endpoint.yml @@ -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