Merge pull request #58 from karanssj4/patch-1

fix json typo of server/middleware.json
This commit is contained in:
Miroslav Bajtoš 2017-08-02 14:06:43 +02:00 committed by GitHub
commit 0bb801bed6
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ Then in `server/middleware.json`, specify your custom error logging function as
"./middleware/error-logger": {},
"strong-error-handler": {
"params": {
log: false
"log": false
}
}
}