From f2b84b93a309beee38808ea8c10d411b36a5826d Mon Sep 17 00:00:00 2001 From: Katharina Will Date: Sat, 18 May 2019 11:08:09 +0200 Subject: [PATCH] Changes to iFrame URL of Lageplan for CacheStart map --- frontend/src/pages/CacheStart.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/CacheStart.vue b/frontend/src/pages/CacheStart.vue index 2973271..29924b2 100644 --- a/frontend/src/pages/CacheStart.vue +++ b/frontend/src/pages/CacheStart.vue @@ -59,7 +59,7 @@ this.stationID = cache.stationen[0]; this.lon = this.stationID.longitude; this.lat = this.stationID.lattitude; - this.iFrameURL = `http://www.se.hs-heilbronn.de:3000/api/map/lon=${this.lon}&lat=${this.lat}` + this.iFrameURL = `https://seserver.se.hs-heilbronn.de:3000/api/map/lon=${this.lon}&lat=${this.lat}` }) }, checkStation() {