I'm getting this error Route.post() requires a callback function but got a [object Undefined]. How to solve this?

前端 未结 0 790
旧巷少年郎
旧巷少年郎 2021-01-31 21:29
const bodyParser = require(\'body-parser\');
const { request } = require("http");
app.use( bodyParser.json() );
app.use(bodyParser.urlencoded({
    extended: t         


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