Commit c71772b1 authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

rename routes-account into account

parent 51ee0abe
......@@ -61,7 +61,7 @@ app.use(function(req, res, next) {
next();
});
require('./routes/routes-account')(app, config, passport, lang);
require('./routes/account')(app, config, passport, lang);
require('./routes/public')(app, config, lang);
// 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