equal
deleted
inserted
replaced
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; |