1
0
Fork 0

Unbreak the docs

This commit is contained in:
Alan Plum 2016-06-14 17:23:19 +02:00
parent a8219b4818
commit 3b6860604f
No known key found for this signature in database
GPG Key ID: 8ED72A9A323B6EFD
1 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,8 @@ Returns the endpoint.
**Examples**
```js
router.get(/* ... */)
.queryParam('num', joi.number().required());
```
!SECTION body