We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Exception 필터를 통해 응답 코드에 대한 핸들링 로직 추가
현재 Http 응답 body의 statusCode가 400~500번대더라도 응답 코드는 nest.js 기본 코드인 200, 201이 응답. 필터 & 인터셉터를 활용하여 디폴트값을 오버라이드 해서 응답으로 내려주게끔 변경.
No response
The text was updated successfully, but these errors were encountered:
June1010
No branches or pull requests
피처 개요
Exception 필터를 통해 응답 코드에 대한 핸들링 로직 추가
피처 설명
현재 Http 응답 body의 statusCode가 400~500번대더라도 응답 코드는 nest.js 기본 코드인 200, 201이 응답. 필터 & 인터셉터를 활용하여 디폴트값을 오버라이드 해서 응답으로 내려주게끔 변경.
체크리스트
No response
관련 정보
No response
The text was updated successfully, but these errors were encountered: