Merge branch 'dev' into staging

This commit is contained in:
Vins 2023-10-09 12:50:42 +02:00
commit e92227cf86

View File

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