feat: call to endpoint myMenu
gitea/hedera-web/pipeline/pr-beta This commit looks good Details

This commit is contained in:
Javier Segarra 2025-04-12 13:20:15 +02:00
parent be54a93e63
commit ddb4d4cd2a
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;