discover projects lazy pagination

stable
Juanfran 2016-01-29 12:58:22 +01:00
parent a46f192dab
commit 7f8376d35f
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Resource = (urlsService, http, paginateResponseService) ->
if !pagination if !pagination
httpOptions = { httpOptions = {
headers: { headers: {
"x-disable-pagination": "1" "x-lazy-pagination": true
} }
} }