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;