diff --git a/pkg/sdk/go/bootstrap.go b/pkg/sdk/go/bootstrap.go index 29ad278407..26a461a740 100644 --- a/pkg/sdk/go/bootstrap.go +++ b/pkg/sdk/go/bootstrap.go @@ -14,11 +14,11 @@ import ( ) const ( - configsEndpoint = "configs" - bootstrapEndpoint = "bootstrap" - whitelistEndpoint = "state" - bootstrapCertsEndpoint = "configs/certs" - bootstrapConnEndpoint = "configs/connections" + configsEndpoint = "things/configs" + bootstrapEndpoint = "things/bootstrap" + whitelistEndpoint = "things/state" + bootstrapCertsEndpoint = "things/configs/certs" + bootstrapConnEndpoint = "things/configs/connections" secureEndpoint = "secure" )