Skip to content

Commit

Permalink
SimplenoteConstants: Switching to Magic Links Staging
Browse files Browse the repository at this point in the history
  • Loading branch information
jleandroperez committed Jul 11, 2024
1 parent f29216b commit 23b717f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Simplenote/SimplenoteConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ class SimplenoteConstants: NSObject {

/// URL(s)
///
static let loginRequestURL = googleAppEngineBaseURL.appendingPathComponent("/account/request-login")
static let loginCompletionURL = googleAppEngineBaseURL.appendingPathComponent("/account/complete-login")
static let loginRequestURL = "https://magic-code-dot-simple-note-hrd.appspot.com/account/request-login" //googleAppEngineBaseURL.appendingPathComponent("/account/request-login")
static let loginCompletionURL = "https://magic-code-dot-simple-note-hrd.appspot.com/account/complete-login" //googleAppEngineBaseURL.appendingPathComponent("/account/complete-login")
static let simplenoteSettingsURL = googleAppEngineBaseURL.appendingPathComponent("/settings")
static let simplenoteVerificationURL = googleAppEngineBaseURL.appendingPathComponent("/account/verify-email/")
static let simplenoteRequestSignupURL = googleAppEngineBaseURL.appendingPathComponent("/account/request-signup")
Expand Down

0 comments on commit 23b717f

Please sign in to comment.