Changes to iFrame URL of Lageplan for CacheStart map

This commit is contained in:
Katharina Will 2019-05-18 11:08:09 +02:00
parent 63e63c55fa
commit f2b84b93a3

View File

@ -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() {