From f90cd0da3eda7c1723ce4de439f64334c81db712 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sun, 8 Feb 2015 17:06:58 +0100 Subject: Implement account summary page --- conf/routes | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'conf/routes') diff --git a/conf/routes b/conf/routes index 732fa3f..d9d1cb1 100644 --- a/conf/routes +++ b/conf/routes @@ -21,9 +21,7 @@ POST /signup controllers.Profile.signupSubmit #POST /profile controllers.Application.index # ## Internal wallet and transactions (Pépal) -#GET /account controllers.Application.index -# -#GET /transactions controllers.Application.index +GET /account controllers.Account.summary # #GET /deposit controllers.Application.index #POST /deposit controllers.Application.index -- cgit v1.2.3