ctucx.git: smartie-pwa

[js] smarthome web-gui

commit 26a2737e4b08eb3d9252d00a07c9dd60a7743f7f
parent 3fe40dfd8211f05751c3df98402eb2367636a6f7
Author: Leah (ctucx) <leah@ctu.cx>
Date: Thu, 27 Jan 2022 16:50:09 +0100

change departure-url
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/departures.js b/src/departures.js
@@ -24,7 +24,7 @@ class Departures extends LitElement {
 	}
 	
 	loadData() {
-		fetch('https://f2k1.de/haltestellen.php')
+		fetch('/departures?stations=1505,2946,2187')
 			.then(resp => resp.json())
 			.then(data => {
 				this.data = data;