This commit is contained in:
2023-10-30 23:24:30 +03:00
parent 05c9474921
commit db4d1980a8

View File

@@ -40,5 +40,3 @@ router.post('/toggle-like', (req, res) => {
}) })
}) })
module.exports = router