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
|
||||
@ -304,4 +304,4 @@ interface PixelfedAPI {
|
||||
@Field("forward") forward: Boolean = true
|
||||
) : Report
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user