diff --git a/src/stores/app.js b/src/stores/app.js index d5183dc8..94877e81 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;