Mongoose Not Saving Data

后端 未结 6 2101
有刺的猬
有刺的猬 2021-01-14 01:50

I am having trouble with a simple query on my database. Following this tutorial: https://scotch.io/tutorials/build-a-restful-api-using-node-and-express-4 when Model.find() i

6条回答
  •  生来不讨喜
    2021-01-14 02:10

    The problem is that you need to set the content-type while sending the post request as application/json otherwise the fields are not recognized.

提交回复
热议问题