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] handling exception #102

Open
5 of 8 tasks
seohyun319 opened this issue Sep 10, 2022 · 0 comments
Open
5 of 8 tasks

[FEAT] handling exception #102

seohyun319 opened this issue Sep 10, 2022 · 0 comments
Assignees
Labels
✨feat 새로운 기능

Comments

@seohyun319
Copy link
Collaborator

seohyun319 commented Sep 10, 2022

/auth

  • POST /join
    • email이 비었거나 이메일 형식이 아닌 경우
    • 닉네임이 비었을 경우
    • 비밀번호가 비었거나 길이가 8글자 이상이 아닌 경우
    • 같은 이메일로 가입한 회원이 있는 경우

/spellings

  • POST / , PUT /, DELETE /
    • 로그인한 이메일이 admin이 아닌 경우
  • PUT /:id/scraps
    • 이미 스크랩한 글일 경우

/spacings

  • POST / , PUT /, DELETE /
    • 로그인한 이메일이 admin이 아닌 경우
  • PUT /:id/scraps
    • 이미 스크랩한 글일 경우

/users

  • GET /tests
    • 보관한 정보가 없을 경우

/questions

/answers

  • POST / , PUT /, DELETE /
    • 로그인한 이메일이 admin이 아닌 경우
@seohyun319 seohyun319 added the ✨feat 새로운 기능 label Sep 10, 2022
@seohyun319 seohyun319 self-assigned this Sep 10, 2022
@seohyun319 seohyun319 changed the title [FEAT] handling error [FEAT] handling exception Sep 14, 2022
seohyun319 added a commit that referenced this issue Sep 14, 2022
Feat/#102 [FEAT] handling exception
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨feat 새로운 기능
Projects
None yet
Development

No branches or pull requests

1 participant