diff options
Diffstat (limited to 'conf/routes')
-rw-r--r-- | conf/routes | 8 |
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) | |||
42 | GET /item/:uuid/bids controllers.Sale.bids(uuid) | 42 | GET /item/:uuid/bids controllers.Sale.bids(uuid) |
43 | POST /item/:uuid/bids controllers.Sale.bids(uuid) | 43 | POST /item/:uuid/bids controllers.Sale.bids(uuid) |
44 | 44 | ||
45 | GET /sell controllers.Sale.sell(itemUuid = null) | 45 | GET /sell controllers.Sale.sell |
46 | GET /sell/:uuid controllers.Sale.sell(uuid) | 46 | #GET /sell/:uuid controllers.Sale.sell(uuid) |
47 | POST /sell controllers.Sale.sell(itemUuid = null) | 47 | POST /sell controllers.Sale.sellSubmit |
48 | POST /sell/:uuid controllers.Sale.sell(uuid) | 48 | #POST /sell/:uuid controllers.Sale.sell |
49 | 49 | ||
50 | # Cheat console | 50 | # Cheat console |
51 | POST /console controllers.Console.console | 51 | POST /console controllers.Console.console |