From 1602218f07de0ece618e2aca807b96f841bf42d2 Mon Sep 17 00:00:00 2001 From: wbuezas Date: Wed, 26 Feb 2025 14:34:45 -0300 Subject: [PATCH] Change query path --- src/stores/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/app.js b/src/stores/app.js index 71b3bb64..a7703e4b 100644 --- a/src/stores/app.js +++ b/src/stores/app.js @@ -32,7 +32,7 @@ export const useAppStore = defineStore('hedera', { }), actions: { async getMenuLinks() { - const { data: sections } = await api.get('MyMenus/getSections'); + const { data: sections } = await api.get('MyMenus'); if (!sections) return;