feat: call to endpoint myMenu #143

Open
jsegarra wants to merge 3 commits from fix_myMenu into beta
1 changed files with 1 additions and 1 deletions

View File

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