f-lab-edu / JimCarry

0 stars 1 forks source link

HttpStatus.BAD_REQUEST상태 코드로 응답하면 되는데, HttpStatus.OK가 사용되는 이유는 무엇인가요? #19

Closed HongSeokWoo1991 closed 1 day ago

HongSeokWoo1991 commented 5 days ago

return new ResponseEntity<>(new CommonResponse(HttpStatus.BAD_REQUEST.value(), message), HttpStatus.OK);