Subversion Repositories SmartDukaan

Rev

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

Rev 14041 Rev 14042
Line 45... Line 45...
45
api.add_route('/discountInfo/updateCategoryDiscount/{_id}', categoryDiscountInfo)
45
api.add_route('/discountInfo/updateCategoryDiscount/{_id}', categoryDiscountInfo)
46
api.add_route('/discountInfo/updateSkuDiscount/{_id}', skuDiscountInfo)
46
api.add_route('/discountInfo/updateSkuDiscount/{_id}', skuDiscountInfo)
47
api.add_route('/dealerPrices/addDealerPrice', dealerPrice)
47
api.add_route('/dealerPrices/addDealerPrice', dealerPrice)
48
api.add_route('/dealerPrices/getAllDealerPrice', dealerPrice)
48
api.add_route('/dealerPrices/getAllDealerPrice', dealerPrice)
49
api.add_route('/dealerPrices/updateDealerPrice/{_id}', dealerPrice)
49
api.add_route('/dealerPrices/updateDealerPrice/{_id}', dealerPrice)
50
api.add_route(/resetCache/{userId},resetCache)
-
 
51
50
api.add_route('/resetCache/{userId}',resetCache)
-
 
51
52
52