Subversion Repositories SmartDukaan

Rev

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

Rev 15081 Rev 15137
Line 88... Line 88...
88
api.add_route('/Catalog/searchProducts/',commonSearch)
88
api.add_route('/Catalog/searchProducts/',commonSearch)
89
api.add_route('/liveCricketScore/',cricScore)
89
api.add_route('/liveCricketScore/',cricScore)
90
api.add_route('/Catalog/notification/', notification)
90
api.add_route('/Catalog/notification/', notification)
91
api.add_route('/deals/brands/', dealBrands)
91
api.add_route('/deals/brands/', dealBrands)
92
api.add_route('/getRetailerToCall/{agentId}/{callType}', reatiler)
92
api.add_route('/getRetailerToCall/{agentId}/{callType}', reatiler)
93
api.add_route('/updateDisposition/{agentId}/{callType}', reatiler)
-
 
94
93
api.add_route('/updateDisposition/{agentId}/{callType}', reatiler)
-
 
94
api.add_route('/getDtrLink/{agentId}', reatiler)
-
 
95
95
96