Skip to content

Commit

Permalink
Change default charmhub API endpoint to the production one
Browse files Browse the repository at this point in the history
This commit reverts cbbabe8
  • Loading branch information
achilleasa committed Apr 19, 2021
1 parent 2976859 commit 7c9c586
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions charmhub/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ import (
// An alternate location can be configured by changing the URL
// field in the Params struct.
const (
// TODO(2.9) - use staging API until bases are supported in production
CharmHubServerURL = "https://api.staging.charmhub.io"
CharmHubServerURL = "https://api.charmhub.io"
CharmHubServerVersion = "v2"
CharmHubServerEntity = "charms"

Expand Down

0 comments on commit 7c9c586

Please sign in to comment.