mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-22 08:10:59 +00:00
Change domain
This commit is contained in:
parent
a5483a87d2
commit
63cccf15cd
2 changed files with 3 additions and 3 deletions
|
@ -66,7 +66,7 @@ private extension AuthenticationService {
|
|||
static let callbackURLScheme = "metatext"
|
||||
static let authorizationCallbackURL = URL(string: "\(callbackURLScheme)://oauth.callback")!
|
||||
static let registrationCallbackURL = URL(string: "https://metatext.link/confirmation")!
|
||||
static let website = URL(string: "https://metabolist.com/metatext")!
|
||||
static let website = URL(string: "https://metabolist.org/metatext")!
|
||||
}
|
||||
|
||||
enum OAuthError: Error {
|
||||
|
|
|
@ -295,8 +295,8 @@ public extension IdentityService {
|
|||
|
||||
private extension IdentityService {
|
||||
#if DEBUG
|
||||
static let pushSubscriptionEndpointURL = URL(string: "https://metatext-apns.metabolist.com/push?sandbox=true")!
|
||||
static let pushSubscriptionEndpointURL = URL(string: "https://metatext-apns.metabolist.org/push?sandbox=true")!
|
||||
#else
|
||||
static let pushSubscriptionEndpointURL = URL(string: "https://metatext-apns.metabolist.com/push")!
|
||||
static let pushSubscriptionEndpointURL = URL(string: "https://metatext-apns.metabolist.org/push")!
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue