aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2015-02-08 11:09:57 +0100
committerPacien TRAN-GIRARD2015-02-08 11:09:57 +0100
commit9079a273501a916262bc50e52f722a9311f12825 (patch)
treee4aeb2c9e7df0e48657c511bf3eea90643f82207 /conf
parent10f857f6107fc8cebde8b39a04a07bc1945aac38 (diff)
downloadminibay-9079a273501a916262bc50e52f722a9311f12825.tar.gz
Refactor Auth
Diffstat (limited to 'conf')
-rw-r--r--conf/routes6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/routes b/conf/routes
index 095c886..f35a99b 100644
--- a/conf/routes
+++ b/conf/routes
@@ -12,10 +12,10 @@ GET /terms controllers.Application.index
12GET /privacy controllers.Application.index 12GET /privacy controllers.Application.index
13 13
14# User account 14# User account
15GET /login controllers.Auth.login 15GET /login controllers.Authentication.login
16POST /login controllers.Auth.loginSubmit 16POST /login controllers.Authentication.loginSubmit
17 17
18GET /logout controllers.Auth.logout 18GET /logout controllers.Authentication.logout
19# 19#
20#GET /signup controllers.Application.index 20#GET /signup controllers.Application.index
21#POST /signup controllers.Application.index 21#POST /signup controllers.Application.index