Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/manifest/fetcher_dev.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion internal/manifest/fetcher_prod.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Loading