fix image url

This commit is contained in:
Jörn-Michael Miehe 2023-09-12 22:49:18 +00:00
parent dd40fa9392
commit 47375105ac

View file

@ -90,7 +90,7 @@ export default class extends Vue {
this.$refs.multi_modal.show_progress(); this.$refs.multi_modal.show_progress();
this.$advent22 this.$advent22
.api_get_blob(`images/${day}`) .api_get_blob(`user/image_${day}`)
.then((data) => .then((data) =>
this.$refs.multi_modal.show_image(data, this.$advent22.name_door(day)), this.$refs.multi_modal.show_image(data, this.$advent22.name_door(day)),
) )