aboutsummaryrefslogtreecommitdiff
path: root/conf/routes
diff options
context:
space:
mode:
Diffstat (limited to 'conf/routes')
-rw-r--r--conf/routes19
1 files changed, 12 insertions, 7 deletions
diff --git a/conf/routes b/conf/routes
index 06081d1..c245163 100644
--- a/conf/routes
+++ b/conf/routes
@@ -17,17 +17,22 @@ GET /logout controllers.Authentication.logout
17GET /signup controllers.Profile.signup 17GET /signup controllers.Profile.signup
18POST /signup controllers.Profile.signupSubmit 18POST /signup controllers.Profile.signupSubmit
19 19
20#GET /profile controllers.Application.index 20GET /account controllers.Profile.editProfile
21#POST /profile controllers.Application.index 21POST /account controllers.Profile.editProfile
22
23GET /profile/:uuid controllers.Profile.viewProfile(uuid)
22 24
23# Internal wallet and transactions (Pépal) 25# Internal wallet and transactions (Pépal)
24GET /account controllers.Account.summary 26GET /summary controllers.Account.summary
27
28GET /deposit controllers.Account.deposit
29POST /deposit controllers.Account.deposit
25 30
26#GET /deposit controllers.Application.index 31GET /withdraw controllers.Account.withdraw
27#POST /deposit controllers.Application.index 32POST /withdraw controllers.Account.withdraw
28 33
29#GET /withdraw controllers.Application.index 34GET /transfer controllers.Account.transfer
30#POST /withdraw controllers.Application.index 35POST /transfer controllers.Account.transfer
31 36
32# Items and sales (eBé) 37# Items and sales (eBé)
33GET /sales controllers.Sale.sales 38GET /sales controllers.Sale.sales