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: API Response #18

Closed
1 of 7 tasks
w8385 opened this issue Jul 12, 2023 · 0 comments
Closed
1 of 7 tasks

feat: API Response #18

w8385 opened this issue Jul 12, 2023 · 0 comments

Comments

@w8385
Copy link
Member

w8385 commented Jul 12, 2023

Description

  • API Response 구조 통일
  • HTTP Execption 및 Error Code 규격화
{
  "message": "요청이 성공적으로 완료되었습니다.",
  "error": false,
  "statusCode": 200
  "data": {
    ...
  }
}

Branch
feat/response

Target Source

  • Controller
  • Service
  • Repository
  • Entity/DTO
  • Config
  • Common
  • Others

Additional

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

No branches or pull requests

1 participant