[backport] discover projects lazy pagination

stable
Juanfran 2016-01-29 12:58:22 +01:00
parent 5b252e73c0
commit 963a4c42f7
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
} }
} }