why node express send different headers after the first request

后端 未结 0 1907
无人共我
无人共我 2020-12-02 21:40

I got a route like this

router.post(\'/scan\', async (request, res, next) => {
    res.setHeader(\'Custom-Title\', \         


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