mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
rename menu => treemenu
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user