Removed old comment
This commit is contained in:
parent
2aea555a74
commit
986d221681
|
@ -58,11 +58,6 @@ app.use(function(req, res, next) {
|
||||||
next();
|
next();
|
||||||
});
|
});
|
||||||
|
|
||||||
// app.use(function(req, res, next) {
|
|
||||||
// console.log(req.session.user_id);
|
|
||||||
// next();
|
|
||||||
// });
|
|
||||||
|
|
||||||
// Load controllers
|
// Load controllers
|
||||||
require('./lib/controllers')(app, { verbose: isDev });
|
require('./lib/controllers')(app, { verbose: isDev });
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue