How can I can root route to footer.ejs

前端 未结 0 1996
死守一世寂寞
死守一世寂寞 2020-11-30 03:55
app.get("/posts/:postName", function(req,res){
  console.log(req.params.postName)
})

This is my code and my home route is "/" w

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