📜  在 express pug 中安装引导程序 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:51.484000             🧑  作者: Mango

代码示例2
const bodyParser = require('body-parser');
...
app.use(bodyParser.urlencoded({ extended: true }));
app.use('/', routes);

module.exports = app;