NOISSUE- Update bootstrapSDK endpoints (#1888)
* Update bootstrapSDK constants Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * Remove first slash Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> --------- Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
This commit is contained in:
parent
e2992cbede
commit
9dbe87f03a
|
@ -14,11 +14,11 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
configsEndpoint = "configs"
|
configsEndpoint = "things/configs"
|
||||||
bootstrapEndpoint = "bootstrap"
|
bootstrapEndpoint = "things/bootstrap"
|
||||||
whitelistEndpoint = "state"
|
whitelistEndpoint = "things/state"
|
||||||
bootstrapCertsEndpoint = "configs/certs"
|
bootstrapCertsEndpoint = "things/configs/certs"
|
||||||
bootstrapConnEndpoint = "configs/connections"
|
bootstrapConnEndpoint = "things/configs/connections"
|
||||||
secureEndpoint = "secure"
|
secureEndpoint = "secure"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue