Express response.send() object not received by JavaScript fetch()/POST … why?

前端 未结 0 710
慢半拍i
慢半拍i 2020-12-10 12:29

Documentation from Express response.send allows for objects to be sent in the body, which I am sending as follows:

  DBM.saveArticle(obj).then((val) => {
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题