Fix API URL of signal generator

This commit is contained in:
Sonja Happ 2020-11-12 15:12:21 +01:00
parent defc3a87f7
commit 8ddafc29d8

View file

@ -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",