image URL

This commit is contained in:
Jörn-Michael Miehe 2022-11-16 00:21:14 +00:00
parent 535239c1ed
commit 0673d239d9

View file

@ -14,7 +14,7 @@ export default class CalendarDoor extends Vue {
day!: number;
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 {