rename menu => treemenu

This commit is contained in:
chfhtw
2026-06-25 16:46:18 +02:00
parent e27e64414a
commit 4a283ebf5d
5 changed files with 15 additions and 15 deletions
@@ -19,7 +19,7 @@ export default {
get(config, path = '') {
return {
method: 'get',
url: '/api/frontend/v1/menu/' + config + '/' + path
url: '/api/frontend/v1/treemenu/' + config + '/' + path
};
},
// TODO(chris): handle favorites per config