Skip to content

Commit 4119a75

Browse files
committed
[Front] Fix production map url
1 parent 82c9267 commit 4119a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/AnomalyMap.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const format = inject('ol-format');
127127
const MVTFormat = new format.MVT({ idProperty: 'id' });
128128
const anomalyLayer = computed(() => {
129129
return {
130-
url: `/api/metrics/tiles/{z}/{x}/{y}/?date=${props.date}`,
130+
url: `https://metrics.mosquitoalert.com/api/v1/metrics/tiles/{z}/{x}/{y}/?date=${props.date}`,
131131
format: MVTFormat,
132132
};
133133
});

0 commit comments

Comments
 (0)