mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-24 13:48:49 +08:00
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…
x
Reference in New Issue
Block a user