- Installed morgan, jsonschema and helmet to enhance API behaviours

This commit is contained in:
Alexis
2020-05-16 14:58:05 +02:00
parent 4571dd93f3
commit c58a1bae71
2 changed files with 6 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
"cors": "^2.8.5",
"express": "^4.17.1",
"helmet": "^3.22.0",
"jsonschema": "^1.2.6",
"morgan": "^1.10.0",
"mysql": "^2.18.1"
}