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

JSON TestServer 사용시 주의사항 #5

Open
tkv00 opened this issue Jul 22, 2024 · 0 comments
Open

JSON TestServer 사용시 주의사항 #5

tkv00 opened this issue Jul 22, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@tkv00
Copy link
Contributor

tkv00 commented Jul 22, 2024

  • 예를 들어 http://localhost:3001/posts/comments/2 와 같이 /이 로컬호스트 뒤로 3개이상 존재 시 No data 오류 발생
  • 다음과 같이 더미 데이터 사용고려
{
 "comments/1":[
   {
      "id":1,
      "postId":1,
       ...
    }
 ]
}
@tkv00 tkv00 added the documentation Improvements or additions to documentation label Jul 22, 2024
@tkv00 tkv00 self-assigned this Jul 22, 2024
@tkv00 tkv00 added bug Something isn't working and removed documentation Improvements or additions to documentation labels Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant