Closed fabiomig closed 8 years ago
How do change the default limit on route?
I've inserted 100 rows and if i do a get request to /v1/foo i see all the results on the page by default.
How do i change that behaviour?
Regards Fábio
Model.query().limit(10).end(...) :)
Model.query().limit(10).end(...)
How do change the default limit on route?
I've inserted 100 rows and if i do a get request to /v1/foo i see all the results on the page by default.
How do i change that behaviour?
Regards Fábio