Subversion Repositories SmartDukaan

Rev

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

Rev 15137 Rev 15139
Line 89... Line 89...
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)
93
api.add_route('/updateDisposition/{agentId}/{callType}', reatiler)
94
api.add_route('/getDtrLink/{agentId}', reatiler)
-
 
95
94
api.add_route('/getDtrLink/{agentId}/{callType}/{retailerId}', reatiler)
-
 
95
96
96