mirror of
https://github.com/yanislav-igonin/micrach
synced 2025-04-18 19:00:33 +03:00
update endpoint for gateway
This commit is contained in:
parent
77706851c0
commit
52f9684f2a
@ -16,7 +16,7 @@ func Connect() {
|
||||
"id": Config.App.Gateway.BoardId,
|
||||
"description": Config.App.Gateway.BoardDescription,
|
||||
})
|
||||
url := Config.App.Gateway.Url + "/boards"
|
||||
url := Config.App.Gateway.Url + "/api/boards"
|
||||
req, err := http.NewRequest("POST", url, bytes.NewBuffer(requestBody))
|
||||
if err != nil {
|
||||
log.Panicln(err)
|
||||
|
Loading…
Reference in New Issue
Block a user