Skip to content

Commit

Permalink
엔드포인트 수정 (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juhongseok authored Nov 30, 2023
1 parent c9158b9 commit d2cc94f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application-endpoint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ endpoint:
role: own_mentor
- matcher:
get: /api/v1/mentees/*/events, /api/v1/resumes/*, /api/v1/resumes/*/**, /api/v1/events/*/resumes/*/comments
post: /api/v1/resumes/**
patch: /api/v1/resumes/**, /api/v2/resumes/*, /api/v1/mentees/*
post: /api/v1/resumes/*/**
patch: /api/v1/resumes/*/**, /api/v2/resumes/*, /api/v1/mentees/*
delete: /api/v1/resumes/**
role: own_mentee
- matcher:
Expand Down

0 comments on commit d2cc94f

Please sign in to comment.