Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Update client.go
Browse files Browse the repository at this point in the history
Use legacy.g-portal.cloud
  • Loading branch information
BirknerAlex authored Feb 7, 2023
1 parent c166ca2 commit f75b535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gpcloud/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"google.golang.org/grpc/credentials"
)

const DefaultEndpoint = "grpc.g-portal.cloud:443"
const DefaultEndpoint = "legacy.g-portal.cloud:443"

type Client struct {
grpcClient *grpc.ClientConn
Expand Down

0 comments on commit f75b535

Please sign in to comment.