Skip to content

Commit

Permalink
core/zero: fix urls (#4743)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdoxsey authored and kenjenkins committed Nov 14, 2023
1 parent a4b2531 commit 40956f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/zero/cmd/env_release.go
Expand Up @@ -3,9 +3,9 @@
package cmd

func getConnectAPIEndpoint() string {
return "https://connect.pomerium.com"
return "https://connect.pomerium.app"
}

func getClusterAPIEndpoint() string {
return "https://console.pomerium.com/cluster/v1"
return "https://console.pomerium.app/cluster/v1"
}

0 comments on commit 40956f1

Please sign in to comment.