1
0
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:
ghkkk090 2022-09-09 09:27:22 +07:00
parent 3e90f073c3
commit 1e71a61584

View File

@ -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');