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