merged private server and console to private-cloud
This commit is contained in:
12
console/routes/stat_routes.js
Normal file
12
console/routes/stat_routes.js
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Created by Strawmanbobi
|
||||
* 2016-11-27
|
||||
*/
|
||||
var app = require('../irext_console.js');
|
||||
var statService = require('../services/stat_service.js');
|
||||
|
||||
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);
|
||||
Reference in New Issue
Block a user