mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2024-11-22 15:53:01 +00:00
fix image url
This commit is contained in:
parent
dd40fa9392
commit
47375105ac
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ export default class extends Vue {
|
|||
this.$refs.multi_modal.show_progress();
|
||||
|
||||
this.$advent22
|
||||
.api_get_blob(`images/${day}`)
|
||||
.api_get_blob(`user/image_${day}`)
|
||||
.then((data) =>
|
||||
this.$refs.multi_modal.show_image(data, this.$advent22.name_door(day)),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue