Skip to content
Snippets Groups Projects
Commit d80ea333 authored by Anon's avatar Anon
Browse files

HatcheryClient: Only list card10 apps.

parent c0bf33b8
Branches
Tags
No related merge requests found
...@@ -40,7 +40,7 @@ class HatcheryClient { ...@@ -40,7 +40,7 @@ class HatcheryClient {
// TODO: Filter by category // TODO: Filter by category
val request = Request.Builder() val request = Request.Builder()
.url("$HATCHERY_BASE_URL/eggs/list/json") .url("$HATCHERY_BASE_URL/basket/card10/list/json")
.build() .build()
val response: Response val response: Response
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment