Change query path
gitea/hedera-web/pipeline/pr-beta This commit looks good Details

This commit is contained in:
William Buezas 2025-02-26 14:34:45 -03:00
parent e444266db4
commit 1602218f07
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/getSections');
const { data: sections } = await api.get('MyMenus');
if (!sections) return;