Subversion Repositories SmartDukaan

Rev

Rev 14077 | Rev 14353 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14077 Rev 14078
Line 49... Line 49...
49
api.add_route('/dealerPrices/addDealerPrice', dealerPrice)
49
api.add_route('/dealerPrices/addDealerPrice', dealerPrice)
50
api.add_route('/dealerPrices/getAllDealerPrice', dealerPrice)
50
api.add_route('/dealerPrices/getAllDealerPrice', dealerPrice)
51
api.add_route('/dealerPrices/updateDealerPrice/{_id}', dealerPrice)
51
api.add_route('/dealerPrices/updateDealerPrice/{_id}', dealerPrice)
52
api.add_route('/resetCache/{userId}',resetCache)
52
api.add_route('/resetCache/{userId}',resetCache)
53
api.add_route('/Catalog/generateDealSheetForUser/{userId}',userDeals)
53
api.add_route('/Catalog/generateDealSheetForUser/{userId}',userDeals)
54
api.add_route('Catalog/updateCollection', commonUpdate)
-
 
55
54
api.add_route('/Catalog/updateCollection', commonUpdate)
-
 
55
56
56