feat: call to endpoint myMenu #143

Open
jsegarra wants to merge 4 commits from fix_myMenu into beta
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ddb4d4cd2a - Show all commits

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;