diff options
Diffstat (limited to 'router.js')
-rw-r--r-- | router.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ module.exports = function(app, passport, auth) { app.get('/home', system.home); - + app.get('/faq', system.faq); app.get('/dashboard', system.dashboard); |