Skip to content
New issue

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

문의 목록 조회 관련 이슈!! #11

Open
SeojinSeojin opened this issue Nov 30, 2021 · 0 comments
Open

문의 목록 조회 관련 이슈!! #11

SeojinSeojin opened this issue Nov 30, 2021 · 0 comments

Comments

@SeojinSeojin
Copy link
Member

(풀 리퀘스트보다 이슈로 올리는게 더 좋을 것 같아서 이슈로 올립니다!)

서버 선생님들 안녕하세요!! 야심한 시각에 인사드립니다. .

지난주 열심히 작업해주시고 문서도 친절하게 작성해주셔서 저희 클라이언트도 열성을 다해 작업하고 있습니다!!
다만 질문 조회 작업 중 이슈가 생겨 이슈를 작성하게 되었습니다!!

클라이언트 작업 중 다음과 같이 전체 문의 목록을 조회할 때 404 Not Found가 발생했습니다.

// 20211201021336
// https://asia-northeast3-doosungpaper-1bf1e.cloudfunctions.net/api/inquiry/list?start=2021-11-02&end=2021-12-16

{
  "status": 404,
  "success": false,
  "message": "잘못된 경로입니다."
}

inquiryRouter의 /에서 inquiryListGET 작업을 하고 있더군요!
/api/inquiry로 요청을 보내면 잘 작동했습니다

더미데이터 엄청 꼼꼼하게 많이 넣어주셨더라구요.. 👍👍 홍식이 두식이의 소원 저도 이뤄지길 기도하고 있겠습니다!!

// 20211201021804
// https://asia-northeast3-doosungpaper-1bf1e.cloudfunctions.net/api/inquiry?start=2021-11-02&end=2021-12-16

{
  "status": 200,
  "success": true,
  "message": "조회 성공",
  "data": [
    {
      "title": "대량구매 관련 문의",
      "date": "2021-11-25T16:52:35.187Z",
      "status": false
    }, ...

API 명세를 수정하셔서 /api/inquiry?...로 요청했을 때 이 응답이 오는 것으로 해주시거나, 이 부분의 코드를 수정해주신다면 좋을 것 같습니다!! 다시 배포하는게 번거로우실 수 있으니 정말 편하게 하셔도 됩니다!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant