image URL
This commit is contained in:
parent
535239c1ed
commit
0673d239d9
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ export default class CalendarDoor extends Vue {
|
||||||
day!: number;
|
day!: number;
|
||||||
|
|
||||||
private get image_url(): string {
|
private get image_url(): string {
|
||||||
return this.$advent22.api_url("days/picture/" + this.day);
|
return this.$advent22.api_url("days/image/" + this.day);
|
||||||
}
|
}
|
||||||
|
|
||||||
private on_click(): void {
|
private on_click(): void {
|
||||||
|
|
Loading…
Reference in a new issue