From ddb4d4cd2a6f8a6a0dc88a530fc4605dfe76fcd3 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Sat, 12 Apr 2025 13:20:15 +0200 Subject: [PATCH] feat: call to endpoint myMenu --- src/stores/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/app.js b/src/stores/app.js index d5183dc8..94877e81 100644 --- a/src/stores/app.js +++ b/src/stores/app.js @@ -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;