Commit 35092b9d authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

delete require(routes-project)

parent bb29ac35
...@@ -69,7 +69,6 @@ app.use(function(req, res, next) { ...@@ -69,7 +69,6 @@ app.use(function(req, res, next) {
}); });
require('./routes/routes-account')(app, config, passport, i18n); require('./routes/routes-account')(app, config, passport, i18n);
require('./routes/routes-project')(app, config, passport);
require('./routes/api')(app, config, passport); require('./routes/api')(app, config, passport);
// Handle 404 // Handle 404
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment