summaryrefslogtreecommitdiff
path: root/Geshem.vue
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-11-17 16:54:05 +0200
committerYuval Adam <_@yuv.al>2017-11-17 16:54:05 +0200
commitfcd120097d3ad16962d71e7ff17deb1053f14041 (patch)
treef38e548b67df672db42bacc7b657e7134391ccb9 /Geshem.vue
parent58b22a1e411c45c133fc5a9d53ee775013b42c16 (diff)
Update index JSON URL
Diffstat (limited to 'Geshem.vue')
-rw-r--r--Geshem.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/Geshem.vue b/Geshem.vue
index 633d7ef..e7cac1e 100644
--- a/Geshem.vue
+++ b/Geshem.vue
@@ -71,7 +71,7 @@
},
mounted: function () {
var vm = this;
- axios.get('/imgs').then((res) => {
+ axios.get('//imgs.geshem.space/imgs.json').then((res) => {
vm.imgs = res.data;
if (vm.mapLoaded) {
vm.loadSources();