mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
Fix API URL of signal generator
This commit is contained in:
parent
defc3a87f7
commit
8ddafc29d8
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ var propertiesB = json.RawMessage(`{"prop1" : "not so nice"}`)
|
|||
var ICA = database.InfrastructureComponent{
|
||||
UUID: "7be0322d-354e-431e-84bd-ae4c9633138b",
|
||||
WebsocketURL: "https://villas-new.k8s.eonerc.rwth-aachen.de/ws/ws_sig",
|
||||
APIURL: "https://villas-new.k8s.eonerc.rwth-aachen.de/ws/api/v2/node/ws_sig",
|
||||
APIURL: "https://villas-new.k8s.eonerc.rwth-aachen.de/ws/api/v2",
|
||||
Type: "villas-node",
|
||||
Category: "gateway",
|
||||
Name: "ACS Demo Signals",
|
||||
|
|
Loading…
Add table
Reference in a new issue