KimLeeParkJiChoi / spang-eats

0 stars 0 forks source link

리뷰 회원 별 조회 테스트 및 기능 구현 #63

Open tesbro1194 opened 2 hours ago

tesbro1194 commented 2 hours ago

> [POST] /api/members..

예외 처리

그 밖의 세부 사항

RequestBody

{
"test" : 1234
}

ResponseBody

{
"test" : 1234
}
tesbro1194 commented 2 hours ago

완료해 가면서 uri , 예외 처리 등 추가하겠습니다