updated console and server repo name

This commit is contained in:
strawmanbobi
2025-10-28 10:30:20 +08:00
parent 8c11d328ad
commit 7d8c328813
208 changed files with 1 additions and 64 deletions

View File

@@ -0,0 +1,12 @@
/**
* Created by Strawmanbobi
* 2016-11-27
*/
let app = require('../irext_console.js');
let 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);