0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 13:12:40 +00:00

Merge pull request #1282 from naturalcrit/ReduceRedundancyInServerJS

[WIP] Move common Server.js logic into functions
This commit is contained in:
Trevor Buckner
2021-03-27 23:43:11 -04:00
committed by GitHub
4 changed files with 101 additions and 179 deletions

5
package-lock.json generated
View File

@@ -3869,6 +3869,11 @@
}
}
},
"express-async-handler": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/express-async-handler/-/express-async-handler-1.1.4.tgz",
"integrity": "sha512-HdmbVF4V4w1q/iz++RV7bUxIeepTukWewiJGkoCKQMtvPF11MLTa7It9PRc/reysXXZSEyD4Pthchju+IUbMiQ=="
},
"express-static-gzip": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/express-static-gzip/-/express-static-gzip-2.1.1.tgz",