diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/services/Immich.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/services/Immich.vue b/src/components/services/Immich.vue index 7cde306..777ff72 100644 --- a/src/components/services/Immich.vue +++ b/src/components/services/Immich.vue | |||
@@ -78,7 +78,7 @@ export default { | |||
78 | "x-api-key": this.item.apikey, | 78 | "x-api-key": this.item.apikey, |
79 | }; | 79 | }; |
80 | 80 | ||
81 | this.fetch(`/api/server-info/stats`, { headers }) | 81 | this.fetch(`/api/server-info/statistics`, { headers }) |
82 | .then((stats) => { | 82 | .then((stats) => { |
83 | this.photos = stats.photos; | 83 | this.photos = stats.photos; |
84 | this.videos = stats.videos; | 84 | this.videos = stats.videos; |