feat: call to endpoint myMenu
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
be54a93e63
commit
ddb4d4cd2a
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue