aboutsummaryrefslogtreecommitdiff
path: root/conf/routes
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2015-02-08 17:06:58 +0100
committerPacien TRAN-GIRARD2015-02-08 17:06:58 +0100
commitf90cd0da3eda7c1723ce4de439f64334c81db712 (patch)
tree700f4b04acf04f3cd39df94b3add1086a47f18a2 /conf/routes
parenta022850963552096dab032fb57c16d3b1d3ac51a (diff)
downloadminibay-f90cd0da3eda7c1723ce4de439f64334c81db712.tar.gz
Implement account summary page
Diffstat (limited to 'conf/routes')
-rw-r--r--conf/routes4
1 files changed, 1 insertions, 3 deletions
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
21#POST /profile controllers.Application.index 21#POST /profile controllers.Application.index
22# 22#
23## Internal wallet and transactions (Pépal) 23## Internal wallet and transactions (Pépal)
24#GET /account controllers.Application.index 24GET /account controllers.Account.summary
25#
26#GET /transactions controllers.Application.index
27# 25#
28#GET /deposit controllers.Application.index 26#GET /deposit controllers.Application.index
29#POST /deposit controllers.Application.index 27#POST /deposit controllers.Application.index