diff --git a/server/app.js b/server/app.js index 1d940aff3..c36533b9b 100644 --- a/server/app.js +++ b/server/app.js @@ -294,5 +294,5 @@ app.use((err, req, res, next)=>{ //^=====--------------------------------------=====^// module.exports = { - app: app -} + app : app +};