mirror of https://github.com/bastienwirtz/homer
parent
de4b7e6124
commit
ff136b6a2c
|
@ -78,7 +78,7 @@ export default {
|
||||||
"x-api-key": this.item.apikey,
|
"x-api-key": this.item.apikey,
|
||||||
};
|
};
|
||||||
|
|
||||||
this.fetch(`/api/server-info/stats`, { headers })
|
this.fetch(`/api/server-info/statistics`, { headers })
|
||||||
.then((stats) => {
|
.then((stats) => {
|
||||||
this.photos = stats.photos;
|
this.photos = stats.photos;
|
||||||
this.videos = stats.videos;
|
this.videos = stats.videos;
|
||||||
|
|
Loading…
Reference in New Issue