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:
parent
3e90f073c3
commit
1e71a61584
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user