diff --git a/server/controllers/common.js b/server/controllers/common.js index 128b218e..dec6fa3a 100644 --- a/server/controllers/common.js +++ b/server/controllers/common.js @@ -582,4 +582,3 @@ router.get('/*', async (req, res, next) => { }) module.exports = router -