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 (
|
||||
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"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue