fix: return syntax error when receiving bad json

Fixes #3
This commit is contained in:
Wieland Schöbl
2019-02-06 17:34:46 +01:00
committed by Rainer Killinger
parent f11376ecf8
commit 12b71ba1f1
7 changed files with 73 additions and 32 deletions

View File

@@ -23,7 +23,6 @@
"@openstapps/core": "0.11.0",
"@openstapps/core-tools": "0.3.0",
"@openstapps/logger": "0.0.5",
"body-parser": "1.18.3",
"config": "3.0.1",
"cors": "2.8.5",
"elasticsearch": "15.4.1",
@@ -44,7 +43,6 @@
},
"devDependencies": {
"@openstapps/configuration": "0.6.0",
"@types/body-parser": "1.17.0",
"@types/config": "0.0.34",
"@types/cors": "2.8.4",
"@types/elasticsearch": "5.0.31",