Vincent L
2016-05-18 23:01:01 +02:00
parent 990237f975
commit 5e4d3c40f5
+2 -1
View File
@@ -17,6 +17,7 @@ app.use(cors());
app.use(wwwRedirectMiddleware);
app.use(authMiddleware);
app.use(apiLimitsMiddleware);
app.use(bodyParser.urlencoded({ extended: true })); // for parsing application/x-www-form-urlencoded
// Initialize the controllers
@@ -37,4 +38,4 @@ if (!process.env.GRUNTED) {
});
}
module.exports = app;
module.exports = app;