Update README.md

This commit is contained in:
Camel Aissani 2017-06-23 19:43:04 +02:00 committed by GitHub
parent 065b500561
commit 2245de31d7

View File

@ -105,6 +105,8 @@ app.get('/user/:id', (req, res) => {
// req.params.id = [1,2,3]
});
```
You can have the full capabilities of Express-style path with this plugin [frontexpress-path-to-regexp](https://github.com/camelaissani/frontexpress-path-to-regexp)
### Middleware object
The middleware object gives access to more hooks