Skip to content

Commit bb09c24

Browse files
committed
Fix incorrect endpoint
1 parent cf6a1b0 commit bb09c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/go/client.go.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func NewClient() Client {
7777
panic(err)
7878
}
7979
return Client{
80-
endpoint: "https://HOSTNAME/v1",
80+
endpoint: "{{spec.endpoint}}",
8181
client: httpClient,
8282
timeout: defaultTimeout,
8383
headers: headers,

0 commit comments

Comments
 (0)