From 23b717fa00e8c04f83cc45f61802b9ba1a40f022 Mon Sep 17 00:00:00 2001 From: Jorge Leandro Perez Date: Thu, 11 Jul 2024 11:25:03 -0300 Subject: [PATCH] SimplenoteConstants: Switching to Magic Links Staging --- Simplenote/SimplenoteConstants.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Simplenote/SimplenoteConstants.swift b/Simplenote/SimplenoteConstants.swift index f18cff193..1592ead35 100644 --- a/Simplenote/SimplenoteConstants.swift +++ b/Simplenote/SimplenoteConstants.swift @@ -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")