Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

멘토 관련 API 권한 매핑 수정 #167

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

tlsgmltjd
Copy link
Member

멘티가 멘토 리스트 API에 대해 403 에러가 발생하여 멘토 관련 권한 매핑의 레벨을 수정하였습니다.

  • /api/v1/mentor/** (멘토, 선생님)
  • /api/v1/mentor GET (멘티, 멘토, 선생님 ...)
  • /api/v1/mentor POST (멘티, 인증 안된 유저)

위와 같은 구조를 아래와 같이 변경하였습니다.

  • /api/v1/mentor GET (멘티, 멘토, 선생님 ...)
  • /api/v1/mentor POST (멘티, 인증 안된 유저)
  • /api/v1/mentor/** (멘토, 선생님)

@tlsgmltjd tlsgmltjd requested a review from hajeu June 10, 2024 14:24
@tlsgmltjd tlsgmltjd merged commit d86c3fa into develop Jun 10, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants