discover projects lazy pagination
parent
a46f192dab
commit
7f8376d35f
|
@ -30,7 +30,7 @@ Resource = (urlsService, http, paginateResponseService) ->
|
||||||
if !pagination
|
if !pagination
|
||||||
httpOptions = {
|
httpOptions = {
|
||||||
headers: {
|
headers: {
|
||||||
"x-disable-pagination": "1"
|
"x-lazy-pagination": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue