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

feat: 관리자 단어 삭제기능 구현 #81

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

LEE-GYU-BIN
Copy link
Contributor

@LEE-GYU-BIN LEE-GYU-BIN commented Dec 6, 2024

Pull requests

작업한 내용

  • 관리자 권한으로 단어를 삭제하는 api 기능을 구현하였습니다.
  • 존재하지 않는 단어 접근시 404에러, USER권한 접근시 403에러, 삭제 성공시 204로 구현하였습니다.

📸 스크린샷

  • 스크린 샷 혹은 동영상을 첨부해주세요.
사진 설명
image 단어 삭제 성공
image 존재 하지 않는 단어 접근
image USER권한 접근
image 잘 삭제된 모습

논의 사항 (선택)

  • 논의할 사항이 있다면 적어주세요.

closed #80

@LEE-GYU-BIN LEE-GYU-BIN requested a review from hanbirang December 6, 2024 08:54
@LEE-GYU-BIN LEE-GYU-BIN self-assigned this Dec 6, 2024
@LEE-GYU-BIN LEE-GYU-BIN linked an issue Dec 6, 2024 that may be closed by this pull request
2 tasks
Copy link
Collaborator

@hanbirang hanbirang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

코드 확인했습니다!

@LEE-GYU-BIN LEE-GYU-BIN merged commit 3ea67db into main Dec 6, 2024
1 check passed
@LEE-GYU-BIN LEE-GYU-BIN deleted the feature/80-implement-admin-api-for-delete-word branch December 6, 2024 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Admin API for Delete Word
2 participants