perf: simplify name

This commit is contained in:
Javier Segarra 2025-04-13 19:56:28 +02:00
parent ddb4d4cd2a
commit 3808e510a8
1 changed files with 1 additions and 1 deletions
src/stores

View File

@ -32,7 +32,7 @@ export const useAppStore = defineStore('hedera', {
}),
actions: {
async getMenuLinks() {
const { data: sections } = await api.get('MyMenus/myMenu');
const { data: sections } = await api.get('MyMenus/my');
if (!sections) return;