summaryrefslogtreecommitdiff
path: root/conf/routes
diff options
context:
space:
mode:
Diffstat (limited to 'conf/routes')
-rw-r--r--conf/routes7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/routes b/conf/routes
index 9ed462f..8af3aed 100644
--- a/conf/routes
+++ b/conf/routes
@@ -3,8 +3,15 @@
# ~~~~
module:testrunner
+module:jobs
GET / App.Index
+GET /login App.PrintLogin
+POST /login App.Login
+GET /register App.PrintRegister
+POST /register App.Register
+GET /confirm App.Confirm
+GET /account App.Account
# Ignore favicon requests
GET /favicon.ico 404