Request hangs on pending in express

前端 未结 0 1566
名媛妹妹
名媛妹妹 2020-12-08 08:23

I have the following in express:

app.post(\'/template-preview\', (req, res) => {
    console.log(`here is req: ${req}`);
    res.send(\'it was hit\');
             


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