From 035181b02aa054a6e2a410c16d4657baa2290083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=E2=80=99Aquino?= Date: Mon, 5 Feb 2024 19:36:19 +0000 Subject: [PATCH] Fix local test Purple landing page URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel D’Aquino Signed-off-by: William Casarin --- damus/Util/Constants.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/damus/Util/Constants.swift b/damus/Util/Constants.swift index 92c88326..7e2207d4 100644 --- a/damus/Util/Constants.swift +++ b/damus/Util/Constants.swift @@ -21,7 +21,7 @@ class Constants { static let PURPLE_API_STAGING_BASE_URL: URL = URL(string: "https://api-staging.damus.io")! static let PURPLE_API_PRODUCTION_BASE_URL: URL = URL(string: "https://api.damus.io")! // Purple landing page - static let PURPLE_LANDING_PAGE_LOCAL_TEST_URL: URL = URL(string: "http://localhost:3000")! + static let PURPLE_LANDING_PAGE_LOCAL_TEST_URL: URL = URL(string: "http://localhost:3000/purple")! static let PURPLE_LANDING_PAGE_STAGING_URL: URL = URL(string: "https://staging.damus.io/purple")! static let PURPLE_LANDING_PAGE_PRODUCTION_URL: URL = URL(string: "https://damus.io/purple")! // Website