Subversion Repositories SmartDukaan

Rev

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

Rev 15189 Rev 15190
Line 43... Line 43...
43
cricScore = CricScore()
43
cricScore = CricScore()
44
notification = Notification()
44
notification = Notification()
45
dealBrands = DealBrands()
45
dealBrands = DealBrands()
46
dealRank = DealRank()
46
dealRank = DealRank()
47
login = Login()
47
login = Login()
48
saholicLogs = SaholicLogs()
-
 
49
 
48
 
50
api.add_route('/discountInfo/getAllCategoryDiscount', categoryDiscountInfo)
49
api.add_route('/discountInfo/getAllCategoryDiscount', categoryDiscountInfo)
51
api.add_route('/discountInfo/addCategoryDiscount', categoryDiscountInfo)
50
api.add_route('/discountInfo/addCategoryDiscount', categoryDiscountInfo)
52
api.add_route('/discountInfo/addSkuSchemeDetails',skuSchemeDetails)
51
api.add_route('/discountInfo/addSkuSchemeDetails',skuSchemeDetails)
53
api.add_route('/discountInfo/getAllSkuSchemeDetails',skuSchemeDetails)
52
api.add_route('/discountInfo/getAllSkuSchemeDetails',skuSchemeDetails)