Skip to content

Commit

Permalink
NOISSUE- Update bootstrapSDK endpoints (absmach#1888)
Browse files Browse the repository at this point in the history
* Update bootstrapSDK constants

Signed-off-by: ianmuchyri <[email protected]>

* Remove first slash

Signed-off-by: ianmuchyri <[email protected]>

---------

Signed-off-by: ianmuchyri <[email protected]>
  • Loading branch information
ianmuchyri authored Aug 11, 2023
1 parent e2992cb commit 9dbe87f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkg/sdk/go/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down

0 comments on commit 9dbe87f

Please sign in to comment.