fixed json typo of server/middleware.json

the json format is valid now
This commit is contained in:
karanssj4 2017-08-02 14:21:49 +05:30 committed by GitHub
parent 5acee7e873
commit 99e69336d9
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
}
}
}