Subversion Repositories SmartDukaan

Rev

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

Rev 20148 Rev 20442
Line 135... Line 135...
135
api.add_route('/discountInfo/updateCategoryDiscount/{_id}', categoryDiscountInfo)
135
api.add_route('/discountInfo/updateCategoryDiscount/{_id}', categoryDiscountInfo)
136
api.add_route('/discountInfo/updateSkuDiscount/{_id}', skuDiscountInfo)
136
api.add_route('/discountInfo/updateSkuDiscount/{_id}', skuDiscountInfo)
137
api.add_route('/dealerPrices/addDealerPrice', dealerPrice)
137
api.add_route('/dealerPrices/addDealerPrice', dealerPrice)
138
api.add_route('/dealerPrices/getAllDealerPrice', dealerPrice)
138
api.add_route('/dealerPrices/getAllDealerPrice', dealerPrice)
139
api.add_route('/dealerPrices/updateDealerPrice/{_id}', dealerPrice)
139
api.add_route('/dealerPrices/updateDealerPrice/{_id}', dealerPrice)
140
api.add_route('/resetCache/{userId}',resetCache)
140
api.add_route('/resetCache/',resetCache)
141
api.add_route('/Catalog/generateDealSheetForUser/{userId}',userDeals)
141
api.add_route('/Catalog/generateDealSheetForUser/{userId}',userDeals)
142
api.add_route('/Catalog/updateCollection', commonUpdate)
142
api.add_route('/Catalog/updateCollection', commonUpdate)
143
api.add_route('/transactions/', transactions)
143
api.add_route('/transactions/', transactions)
144
api.add_route('/rawhtml/{orderId}', rawHtml)
144
api.add_route('/rawhtml/{orderId}', rawHtml)
145
api.add_route('/negativeDeals/addNegativeDeals', negativeDeals)
145
api.add_route('/negativeDeals/addNegativeDeals', negativeDeals)