[Feature Request] API Response format 설정
junguksim opened this issue · 0 comments
junguksim commented
Describe about the feature
- 모든 API 응답의 기본 형식을 정하기 위해, response interceptor 설정이 필요함.
Describe your possible solutions
- NestJS 의 interceptor 를 이용해서, response format 을 매핑
- 참고 : https://docs.nestjs.com/interceptors#response-mapping
{
"status" : 200
"message" : "사용자 정보 가져오기 성공",
"data" : {}
}