How to get axios post data request on nodeJs

后端 未结 0 1954
旧巷少年郎
旧巷少年郎 2021-02-08 13:11

I am trying to send a post request using Axios and I also want to access the data from the server. My code is

axios({
    method: \'post\',
    url: \'/register/\         


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