changeset 424 | feb0d3e0fef9 |
parent 329 | 0a2c2ad49d75 |
child 447 | 38d5789e30d0 |
--- a/cms/app-client/mirage/config.js Mon Nov 14 17:23:43 2016 +0100 +++ b/cms/app-client/mirage/config.js Tue Nov 15 17:42:57 2016 +0100 @@ -40,6 +40,8 @@ this.get('/stats/datestats', 'datestats'); + this.get('/stats/dateminmax', 'dateminmax'); + this.get('/resolvers/lexvo/:ids', ({lexvos}, request) => { var langIds = decodeURIComponent(request.params.ids); var resMap = _.reduce(langIds.split(','), function(res, id) {