diff --git a/src/stores/app.js b/src/stores/app.js index ad0babd8..d4267942 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'); + const { data: sections } = await api.get('MyMenus/myMenu'); if (!sections) return;