aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/routes.js
diff options
context:
space:
mode:
authorDennis Eriksen <dennis.se@gmail.com>2013-05-09 11:56:14 +0200
committerDennis Eriksen <dennis.se@gmail.com>2013-05-09 11:56:14 +0200
commitd421bb015018b5ee70a419b29d938325e22d1575 (patch)
treec3ef6f4882885af384d6f3612c0d56bc5f7512df /routes.js
parentadded project id to post and a commenct (diff)
downloadDivid-d421bb015018b5ee70a419b29d938325e22d1575.tar.gz
added the contactpage
Diffstat (limited to '')
-rw-r--r--routes.js2
1 files changed, 2 insertions, 0 deletions
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);