¡complete save settings for all lists
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -68,5 +68,6 @@
|
||||
TASKS: "/home/tasks",
|
||||
CATEGORIES: "/home/categories",
|
||||
DEBUG_STATUS: "/home/process-debug-status?processUid={prj_uid}",
|
||||
CONFIG: "/home/config"
|
||||
CONFIG: "/home/config",
|
||||
GET_CONFIG: "/home/config/{id}/{name}"
|
||||
};
|
||||
Reference in New Issue
Block a user