Commit 2fda31a1 authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

Merge branch 'MLAB-87' into 'testing'

rename routes-account into account

See merge request !82
parents 3090e94f c71772b1
Pipeline #3614 passed with stage
in 16 seconds
......@@ -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