cms/app-client/mirage/config.js
changeset 307 07b44a378ad8
parent 305 ff6cf3fc5f40
child 318 5564f5065f81
equal deleted inserted replaced
306:3fccf43160a7 307:07b44a378ad8
    35     this.get('/stats/geostats', 'geostats');
    35     this.get('/stats/geostats', 'geostats');
    36 
    36 
    37     this.get('/stats/themes', 'themes');
    37     this.get('/stats/themes', 'themes');
    38 
    38 
    39     this.get('/stats/discourses', 'discourses');
    39     this.get('/stats/discourses', 'discourses');
       
    40 
       
    41     this.get('/stats/datestats', 'datestats');
    40 
    42 
    41     this.get('/resolvers/lexvo/:ids', ({lexvos}, request) => {
    43     this.get('/resolvers/lexvo/:ids', ({lexvos}, request) => {
    42         var langIds = decodeURIComponent(request.params.ids);
    44         var langIds = decodeURIComponent(request.params.ids);
    43         var resMap = _.reduce(langIds.split(','), function(res, id) {
    45         var resMap = _.reduce(langIds.split(','), function(res, id) {
    44             var fullId = id;
    46             var fullId = id;