Change discover endpoint used
This commit is contained in:
parent
9797060a7b
commit
5b557ed061
|
@ -291,7 +291,7 @@ interface PixelfedAPI {
|
|||
): Observable<Attachment>
|
||||
|
||||
// get discover
|
||||
@GET("/api/v2/discover/posts")
|
||||
@GET("/api/v1/discover/posts")
|
||||
suspend fun discover() : DiscoverPosts
|
||||
|
||||
@FormUrlEncoded
|
||||
|
|
Loading…
Reference in New Issue