chore: update client website

This commit is contained in:
CMK 2021-07-27 13:56:55 +08:00
parent 0c74880152
commit 17ed966dc9
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ extension APIService {
private static let clientName = "Mastodon for iOS" private static let clientName = "Mastodon for iOS"
#endif #endif
private static let appWebsite = "https://joinmastodon.org/apps" private static let appWebsite = "https://app.joinmastodon.org/ios"
func createApplication(domain: String) -> AnyPublisher<Mastodon.Response.Content<Mastodon.Entity.Application>, Error> { func createApplication(domain: String) -> AnyPublisher<Mastodon.Response.Content<Mastodon.Entity.Application>, Error> {
let query = Mastodon.API.App.CreateQuery( let query = Mastodon.API.App.CreateQuery(