Fix item state request not working
This commit is contained in:
parent
856f0ef333
commit
d655653361
@ -34,7 +34,7 @@ interface FeverService {
|
||||
@POST("?saved_item_ids")
|
||||
suspend fun getStarredItemsIds(@Body body: MultipartBody): List<String>
|
||||
|
||||
@POST("mark=item")
|
||||
@POST("?mark=item")
|
||||
suspend fun updateItemState(@Body body: MultipartBody, @Query("as") action: String,
|
||||
@Query("id") id: String)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user