Skip to content

Commit ab6ab65

Browse files
authored
ENG-0 - Update API endpoint of the Control Plane to use api.joinforma… (#54)
…l.com
1 parent 9af6359 commit ab6ab65

File tree

5 files changed

+1
-28
lines changed

5 files changed

+1
-28
lines changed

.idea/.gitignore

-8
This file was deleted.

.idea/go-sdk.iml

-9
This file was deleted.

.idea/modules.xml

-8
This file was deleted.

go.sum

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
github.com/dave/jennifer v1.7.0 h1:uRbSBH9UTS64yXbh4FrMHfgfY762RD+C7bUPKODpSJE=
2-
github.com/dave/jennifer v1.7.0/go.mod h1:nXbxhEmQfOZhWml3D1cDK5M1FLnMSozpbFN/m3RmGZc=
31
github.com/dave/jennifer v1.7.1 h1:B4jJJDHelWcDhlRQxWeo0Npa/pYKBLrirAQoTN45txo=
42
github.com/dave/jennifer v1.7.1/go.mod h1:nXbxhEmQfOZhWml3D1cDK5M1FLnMSozpbFN/m3RmGZc=

sdk/sdk.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"buf.build/gen/go/formal/core/connectrpc/go/core/v1/corev1connect"
55
)
66

7-
const FormalHostUrl string = "https://v2api.formalcloud.net"
7+
const FormalHostUrl string = "https://api.joinformal.com"
88

99
type FormalSDK struct {
1010
ConnectorServiceClient corev1connect.ConnectorServiceClient

0 commit comments

Comments
 (0)