mirror of
https://github.com/shiroikitsu8/Bayshore_6r_legacy.git
synced 2024-12-03 19:47:17 +01:00
api for ocm ranking (alpha)
This commit is contained in:
parent
3e90f073c3
commit
1e71a61584
@ -80,10 +80,10 @@ allnetApp.use((req, res, next) => {
|
|||||||
next()
|
next()
|
||||||
});
|
});
|
||||||
|
|
||||||
apiApp.use((req, res, next) => {
|
/*apiApp.use((req, res, next) => {
|
||||||
console.log(timestamp+` [ API] ${req.method} ${req.url}`);
|
console.log(timestamp+` [ API] ${req.method} ${req.url}`);
|
||||||
next()
|
next()
|
||||||
});
|
});*/
|
||||||
|
|
||||||
// Get all of the files in the modules directory
|
// Get all of the files in the modules directory
|
||||||
let dirs = fs.readdirSync('dist/modules');
|
let dirs = fs.readdirSync('dist/modules');
|
||||||
|
Loading…
Reference in New Issue
Block a user