0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Fix liner errors

This commit is contained in:
Alexey Sachkov
2022-01-11 23:24:50 +03:00
parent 8895b44be9
commit 0dfe18cd18

View File

@@ -294,5 +294,5 @@ app.use((err, req, res, next)=>{
//^=====--------------------------------------=====^//
module.exports = {
app: app
}
app : app
};