2020-01-12 19:15:08 +08:00
|
|
|
/**
|
|
|
|
|
* Created by Strawmanbobi
|
|
|
|
|
* 2016-11-27
|
|
|
|
|
*/
|
2020-06-14 11:56:18 +08:00
|
|
|
let app = require('../irext_console.js');
|
|
|
|
|
let statService = require('../services/stat_service.js');
|
2020-01-12 19:15:08 +08:00
|
|
|
|
|
|
|
|
app.post('/irext/stat/generic_count', statService.genericCount);
|
|
|
|
|
|
|
|
|
|
app.post('/irext/stat/stat_categories', statService.statCategories);
|
|
|
|
|
app.post('/irext/stat/stat_brands', statService.statBrands);
|
|
|
|
|
app.post('/irext/stat/stat_cities', statService.statCities);
|