Using axios to execute a post request in nodejs but I am not able to receive data in the post route

前端 未结 0 631
逝去的感伤
逝去的感伤 2021-01-01 16:06

I am trying to execute a post request using axios but the req.body is showing empty object . Here is my code :

 const postData = {
    tournamentId: tourname         


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