From 5a5d0fd250c28c3560ff00b9a367938e915eed7f Mon Sep 17 00:00:00 2001 From: Horus3 Date: Tue, 10 Feb 2015 14:01:31 +0100 Subject: Restructuring and bug fixes. --- conf/routes | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'conf/routes') 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 -- cgit v1.2.3