Skip to content

Commit

Permalink
Updated to 0.9.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
bow-fujita committed Jun 3, 2016
1 parent ea50a6e commit 3a94165
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,9 @@ module.exports = {
}]
```
If you define `routes` along with `preset.template`, each route in `routes` will be appended to the template routes as a result.
In addition, `routes` which has exactly the same `method` and `path` overwrites corresponding routes in the template.
## License
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exprest4",
"version": "0.9.7",
"version": "0.9.8",
"description": "REST API framework for Express 4.x.",
"homepage": "https://github.com/bow-fujita/exprest4",
"repository": {
Expand Down

0 comments on commit 3a94165

Please sign in to comment.