aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'app.js')
-rw-r--r--app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.js b/app.js
index 87658fb..cf0d724 100644
--- a/app.js
+++ b/app.js
@@ -42,6 +42,7 @@ app.configure('development', function(){
*/
app.get('/', routes.index);
+app.get('/login', routes.login);
app.get('/users', user.list);