summaryrefslogtreecommitdiff
path: root/conf/routes
diff options
context:
space:
mode:
authorHorus32015-02-10 14:01:31 +0100
committerHorus32015-02-10 14:01:31 +0100
commit5a5d0fd250c28c3560ff00b9a367938e915eed7f (patch)
tree145fa031631390a93e41a226ba9dc19190ba27b2 /conf/routes
parentc7869f2326d4e8282697c6961f39f1b19b4c8c94 (diff)
downloadwebmon-5a5d0fd250c28c3560ff00b9a367938e915eed7f.tar.gz
Restructuring and bug fixes.
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