| 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 |
|