Fix minor Syntax error

This commit is contained in:
Loay 2016-08-18 11:47:21 -04:00
parent ad4e5728d4
commit 1eb9db1949
1 changed files with 2 additions and 1 deletions

View File

@ -125,7 +125,8 @@ app.use(errorHandler({ log: false }));
```
1. In the `./server`, delete `middleware.production.json`.
1. In the `./server`, create `middleware.development.json` containing:
```JSON
```
{
"final:after": {
"strong-error-handler": {