Closed i3kae closed 1 week ago
content-type이 application/json이고, uuid가 존재하는 경우
content-type이 헤더에 들어있지 않는 경우
Content-Type must be application/json
uuid가 없는 경우
🚀 Issue Number
주요 작업
고민과 해결 과정
에러 처리를 어떻게 해야 하는지
request 데이터 검증 로직 분리
📸 Screenshots
content-type이 application/json이고, uuid가 존재하는 경우
content-type이 헤더에 들어있지 않는 경우
Content-Type must be application/json
가 나오긴 해야하는데 content-type이 지정되어 있지 않으면 json 데이터를 읽을 수 없어 uuid를 못 불러 오는 것과 동일하게 동작uuid가 없는 경우
🔜 추가 내용 (선택)