diff options
author | Pacien TRAN-GIRARD | 2015-02-08 17:06:58 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2015-02-08 17:06:58 +0100 |
commit | f90cd0da3eda7c1723ce4de439f64334c81db712 (patch) | |
tree | 700f4b04acf04f3cd39df94b3add1086a47f18a2 /conf/routes | |
parent | a022850963552096dab032fb57c16d3b1d3ac51a (diff) | |
download | minibay-f90cd0da3eda7c1723ce4de439f64334c81db712.tar.gz |
Implement account summary page
Diffstat (limited to 'conf/routes')
-rw-r--r-- | conf/routes | 4 |
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 | 24 | GET /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 |