From a022850963552096dab032fb57c16d3b1d3ac51a Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sun, 8 Feb 2015 15:47:07 +0100 Subject: Add sign up form and AutoInc on tables uuid --- conf/routes | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'conf/routes') diff --git a/conf/routes b/conf/routes index e8a880e..732fa3f 100644 --- a/conf/routes +++ b/conf/routes @@ -2,9 +2,6 @@ # This file defines all application routes (Higher priority routes first) # ~~~~ -# Dev -GET /ebe controllers.Application.ebe -GET /pepal controllers.Application.pepal # Home page GET / controllers.Application.index @@ -16,10 +13,10 @@ GET /login controllers.Authentication.login POST /login controllers.Authentication.loginSubmit GET /logout controllers.Authentication.logout -# -#GET /signup controllers.Application.index -#POST /signup controllers.Application.index -# + +GET /signup controllers.Profile.signup +POST /signup controllers.Profile.signupSubmit + #GET /profile controllers.Application.index #POST /profile controllers.Application.index # -- cgit v1.2.3