Change query path
gitea/hedera-web/pipeline/pr-beta This commit looks good
Details
gitea/hedera-web/pipeline/pr-beta This commit looks good
Details
This commit is contained in:
parent
e444266db4
commit
1602218f07
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue