mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-30 10:56:28 +02:00
11 lines
203 B
Go
11 lines
203 B
Go
//go:build release
|
|
|
|
package cmd
|
|
|
|
func getConnectAPIEndpoint() string {
|
|
return "https://connect.pomerium.com"
|
|
}
|
|
|
|
func getClusterAPIEndpoint() string {
|
|
return "https://console.pomerium.com/cluster/v1"
|
|
}
|