Authored by yyq

修改配置信息

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -51,7 +51,7 @@ app.engine('.hbs', hbs({
app.use(favicon(path.join(__dirname, '/public/favicon.ico')));
app.use(express.static(path.join(__dirname, 'public')));
app.use(bodyParser.json());
app.use(bodyParser.urlencoded({extended: false}));
app.use(bodyParser.urlencoded({extended: true}));
app.use(cookieParser());
app.use(multer());
... ...