changeset 307 | 07b44a378ad8 |
parent 305 | ff6cf3fc5f40 |
child 318 | 5564f5065f81 |
--- a/cms/app-client/mirage/config.js Wed Sep 28 17:24:02 2016 +0200 +++ b/cms/app-client/mirage/config.js Fri Sep 30 00:43:04 2016 +0200 @@ -38,6 +38,8 @@ this.get('/stats/discourses', 'discourses'); + this.get('/stats/datestats', 'datestats'); + this.get('/resolvers/lexvo/:ids', ({lexvos}, request) => { var langIds = decodeURIComponent(request.params.ids); var resMap = _.reduce(langIds.split(','), function(res, id) {