1
0
Fork 0

req.params is now req.param

[skip ci]
This commit is contained in:
Alan Plum 2016-06-16 12:05:16 +02:00
parent 48d1048f2d
commit 131ab8eb2b
No known key found for this signature in database
GPG Key ID: 8ED72A9A323B6EFD
1 changed files with 2 additions and 0 deletions

View File

@ -519,6 +519,8 @@ The names of some attributes of the request object have been adjusted to more cl
* `req.parameters` is now called `req.queryParams`
* `req.params()` is now called `req.param()`
* `req.requestType` is now called `req.method`
* `req.compatibility` is now called `req.arangoVersion`