Update endpoint
This commit is contained in:
parent
d0d899c73d
commit
31af0251ea
@ -13,7 +13,7 @@ android {
|
||||
applicationId "org.joinmastodon.android"
|
||||
minSdk 23
|
||||
targetSdk 33
|
||||
versionCode 95
|
||||
versionCode 96
|
||||
versionName "2.5.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
@ -20,7 +20,7 @@ public class GetDonationCampaigns extends MastodonAPIRequest<DonationCampaign>{
|
||||
Uri.Builder builder=new Uri.Builder()
|
||||
.scheme("https")
|
||||
.authority("api.joinmastodon.org")
|
||||
.path("/donations/campaigns")
|
||||
.path("/v1/donations/campaigns/active")
|
||||
.appendQueryParameter("platform", "android")
|
||||
.appendQueryParameter("locale", locale)
|
||||
.appendQueryParameter("seed", seed);
|
||||
|
Loading…
x
Reference in New Issue
Block a user