From 1e71a61584cb6975c760df4d73fd6293efce73fc Mon Sep 17 00:00:00 2001 From: ghkkk090 Date: Fri, 9 Sep 2022 09:27:22 +0700 Subject: [PATCH] api for ocm ranking (alpha) --- src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 25223b0..c9f84f3 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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');