From 04d04d642bec29096427ee65935e620a9e81ce94 Mon Sep 17 00:00:00 2001 From: Mikhail Shytsko Date: Fri, 20 Mar 2026 15:23:28 +0100 Subject: [PATCH] refactor: update manifest URL to `seedfa.st` --- internal/manifest/fetcher_dev.go | 2 +- internal/manifest/fetcher_prod.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/manifest/fetcher_dev.go b/internal/manifest/fetcher_dev.go index 9b33a43..d1f03c7 100644 --- a/internal/manifest/fetcher_dev.go +++ b/internal/manifest/fetcher_dev.go @@ -7,4 +7,4 @@ package manifest // defaultManifestURL is the localhost manifest URL for dev builds. // Dev builds default to production URL, but this can be overridden with --backend-url flag. -const defaultManifestURL = "https://dashboard.seedfa.st/cli-endpoints.json" +const defaultManifestURL = "https://seedfa.st/cli-endpoints.json" diff --git a/internal/manifest/fetcher_prod.go b/internal/manifest/fetcher_prod.go index 8240ff0..759ed43 100644 --- a/internal/manifest/fetcher_prod.go +++ b/internal/manifest/fetcher_prod.go @@ -6,4 +6,4 @@ package manifest // defaultManifestURL is the production manifest URL. -const defaultManifestURL = "https://dashboard.seedfa.st/cli-endpoints.json" +const defaultManifestURL = "https://seedfa.st/cli-endpoints.json"