damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 035181b02aa054a6e2a410c16d4657baa2290083
parent 28f292f692e924fc0bf305c649e342ffffb192be
Author: Daniel D’Aquino <daniel@daquino.me>
Date:   Mon,  5 Feb 2024 19:36:19 +0000

Fix local test Purple landing page URL

Signed-off-by: Daniel D’Aquino <daniel@daquino.me>
Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mdamus/Util/Constants.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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