From db4d1980a83bc7a2a3396403c7b1ed06f0e7035b Mon Sep 17 00:00:00 2001 From: primakov Date: Mon, 30 Oct 2023 23:24:30 +0300 Subject: [PATCH] fix --- src/routes/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/routes/index.ts b/src/routes/index.ts index 157fbb5..4a19478 100644 --- a/src/routes/index.ts +++ b/src/routes/index.ts @@ -40,5 +40,3 @@ router.post('/toggle-like', (req, res) => { }) }) -module.exports = router -