mirror of
https://framagit.org/tom79/mobilizon-android-app
synced 2025-02-16 11:21:34 +01:00
Picker filter with healthy+signupallowed
This commit is contained in:
parent
017b74a912
commit
81f78f2d53
@ -21,7 +21,7 @@ import retrofit2.http.Query;
|
|||||||
interface InstancesService {
|
interface InstancesService {
|
||||||
|
|
||||||
|
|
||||||
@GET("instances")
|
@GET("instances?signupAllowed=true&healthy=true")
|
||||||
Call<InstanceData> getInstances(
|
Call<InstanceData> getInstances(
|
||||||
@Query("start") String maxId,
|
@Query("start") String maxId,
|
||||||
@Query("count") String count,
|
@Query("count") String count,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user