From 330d7a719800cded4385c633370f782571891f49 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sun, 8 Feb 2015 22:31:17 +0100 Subject: Implement sell action --- conf/routes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'conf') 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) GET /item/:uuid/bids controllers.Sale.bids(uuid) POST /item/:uuid/bids controllers.Sale.bids(uuid) -GET /sell controllers.Sale.sell(itemUuid = null) -GET /sell/:uuid controllers.Sale.sell(uuid) -POST /sell controllers.Sale.sell(itemUuid = null) -POST /sell/:uuid controllers.Sale.sell(uuid) +GET /sell controllers.Sale.sell +#GET /sell/:uuid controllers.Sale.sell(uuid) +POST /sell controllers.Sale.sellSubmit +#POST /sell/:uuid controllers.Sale.sell # Cheat console POST /console controllers.Console.console -- cgit v1.2.3