GET http://localhost:3000/ 404 (Not Found),actually am calling POST but getting GET

后端 未结 0 1172
渐次进展
渐次进展 2021-01-15 13:24
const express = require(\'express\')
const app = express()
const port = 3000

app.post(\'/\', (req, res) => {
  res.send(\'Hello World!\')
})

// app.post(\'/post         


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