Fix pull request #158
https://github.com/gmetais/YellowLabTools/pull/158#issuecomment-220123344
This commit is contained in:
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user