Added server compression.

This commit is contained in:
Patrick Fic
2019-12-30 08:57:17 -08:00
parent 6f5eb87717
commit a5f1bbca86
3 changed files with 18 additions and 16 deletions

View File

@@ -18,7 +18,7 @@
"dependencies": {
"apollo-cache-persist": "^0.1.1",
"body-parser": "^1.18.3",
"compression": "1.7.4",
"compression": "^1.7.4",
"cors": "2.8.5",
"dotenv": "7.0.0",
"express": "^4.16.4",