¡complete save settings for all lists

This commit is contained in:
Rodrigo Quelca
2021-07-29 20:48:58 +00:00
parent 7ea69a6b3d
commit 817161c3ee
14 changed files with 472 additions and 222 deletions

View File

@@ -5,8 +5,8 @@ let Api = new ApiInstance( Services );
export let config = {
get(data) {
return Api.get({
service: "CONFIG",
params: data
service: "GET_CONFIG",
keys: data
});
},
post(data) {