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