Skip to content

Commit ea781e3

Browse files
committed
fixed endpoint
1 parent 2c70c55 commit ea781e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/iot/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ func (cl *Client) setup(client, secret, organizationId string) error {
572572
}
573573
config.Servers = iotclient.ServerConfigurations{
574574
{
575-
URL: fmt.Sprintf("%s/iot", baseURL),
575+
URL: baseURL,
576576
Description: "IoT API endpoint",
577577
},
578578
}

0 commit comments

Comments
 (0)