How do I send a form to a URL with an ID route

后端 未结 0 1477
野的像风
野的像风 2020-11-29 23:34

So In my nodejs webapp I have this ;

    app.post("auth/:token", function(req, res) {
  let str = req.params.token;
  if(str === certToken){
    res         


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