mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
refactor dashboards Preset->addWidgets to (single) Preset->addWidget
This commit is contained in:
@@ -58,7 +58,7 @@ export default {
|
||||
addWidgetsToPreset(params) {
|
||||
return {
|
||||
method: 'post',
|
||||
url: 'api/frontend/v1/dashboard/admin/preset/addWidgets',
|
||||
url: 'api/frontend/v1/dashboard/admin/preset/addWidget',
|
||||
params
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user