From d421bb015018b5ee70a419b29d938325e22d1575 Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Thu, 9 May 2013 11:56:14 +0200 Subject: added the contactpage --- routes.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'routes.js') diff --git a/routes.js b/routes.js index 50d4cba..12d2894 100644 --- a/routes.js +++ b/routes.js @@ -22,6 +22,8 @@ module.exports = function(app, passport, auth) { app.get('/faq', system.faq); + app.get('/contact', system.contact); + app.get('/login', users.login); app.get('/signup', users.signup); -- cgit v1.2.3