feature/my-menu-query #112

Merged
jsegarra merged 3 commits from wbuezas/hedera-web-mindshore:feature/my-menu-query into beta 2025-03-21 13:54:29 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1602218f07 - Show all commits

View File

@ -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;