diff --git a/src/components/services/Mealie.vue b/src/components/services/Mealie.vue index 565e500..916783c 100644 --- a/src/components/services/Mealie.vue +++ b/src/components/services/Mealie.vue @@ -6,7 +6,7 @@ - + @@ -44,10 +44,10 @@ export default { if (this.item.subtitle != null) return; - this.meal = await this.fetch("/api/meal-plans/today/", { headers }).catch( + this.meal = await this.fetch("/api/groups/mealplans/today", { headers }).catch( (e) => console.log(e), ); - this.stats = await this.fetch("/api/debug/statistics/", { + this.stats = await this.fetch("/api/admin/about/statistics", { headers, }).catch((e) => console.log(e)); },