From 8288cb40fe963f0876236d59cd4ce1c89cf40bb8 Mon Sep 17 00:00:00 2001 From: Keagan McClelland Date: Wed, 26 Jan 2022 15:29:43 -0700 Subject: [PATCH] registry.start9.com -> marketplace.start9.com --- backend/src/db/model.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/db/model.rs b/backend/src/db/model.rs index 95ab3c476..b21fc974e 100644 --- a/backend/src/db/model.rs +++ b/backend/src/db/model.rs @@ -52,7 +52,7 @@ impl Database { .unwrap(), status: ServerStatus::Running {}, #[cfg(not(feature = "beta"))] - eos_marketplace: "https://registry.start9.com".parse().unwrap(), + eos_marketplace: "https://marketplace.start9.com".parse().unwrap(), #[cfg(feature = "beta")] eos_marketplace: "https://beta-registry-0-3.start9labs.com".parse().unwrap(), package_marketplace: None,