This commit is contained in:
Vins 2023-10-09 12:50:30 +02:00
parent 23ba2672dd
commit 2b5bba6b49

View File

@ -30,6 +30,7 @@ const storage = multer.memoryStorage();
],
errorHandler,
});
routes.start();
} catch (e) {