Skip to content

Commit

Permalink
fix: remove lb3 error handling and static assets
Browse files Browse the repository at this point in the history
  • Loading branch information
nabdelgadir committed Apr 26, 2019
1 parent c8b6426 commit 5e7c493
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
10 changes: 0 additions & 10 deletions examples/lb3application/lb3app/server/middleware.development.json

This file was deleted.

14 changes: 3 additions & 11 deletions examples/lb3application/lb3app/server/middleware.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,7 @@
]
}
},
"files": {
"loopback#static": {
"params": "$!../client"
}
},
"final": {
"loopback#urlNotFound": {}
},
"final:after": {
"strong-error-handler": {}
}
"files": {},
"final": {},
"final:after": {}
}

0 comments on commit 5e7c493

Please sign in to comment.