aboutsummaryrefslogtreecommitdiff
path: root/conf/routes
diff options
context:
space:
mode:
Diffstat (limited to 'conf/routes')
-rw-r--r--conf/routes8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/routes b/conf/routes
index c245163..903480d 100644
--- a/conf/routes
+++ b/conf/routes
@@ -42,10 +42,10 @@ GET /item/:uuid controllers.Sale.item(uuid)
42GET /item/:uuid/bids controllers.Sale.bids(uuid) 42GET /item/:uuid/bids controllers.Sale.bids(uuid)
43POST /item/:uuid/bids controllers.Sale.bids(uuid) 43POST /item/:uuid/bids controllers.Sale.bids(uuid)
44 44
45GET /sell controllers.Sale.sell(itemUuid = null) 45GET /sell controllers.Sale.sell
46GET /sell/:uuid controllers.Sale.sell(uuid) 46#GET /sell/:uuid controllers.Sale.sell(uuid)
47POST /sell controllers.Sale.sell(itemUuid = null) 47POST /sell controllers.Sale.sellSubmit
48POST /sell/:uuid controllers.Sale.sell(uuid) 48#POST /sell/:uuid controllers.Sale.sell
49 49
50# Cheat console 50# Cheat console
51POST /console controllers.Console.console 51POST /console controllers.Console.console