1
0
mirror of https://github.com/shiroikitsu8/Bayshore_6r_legacy.git synced 2024-12-01 02:27:22 +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()
});
apiApp.use((req, res, next) => {
/*apiApp.use((req, res, next) => {
console.log(timestamp+` [ API] ${req.method} ${req.url}`);
next()
});
});*/
// Get all of the files in the modules directory
let dirs = fs.readdirSync('dist/modules');