implementovane zobrazenie API pomocnika
This commit is contained in:
@ -44,6 +44,10 @@ export const backend = {
|
||||
/* ----------------------------------------------------
|
||||
* API akcie
|
||||
*/
|
||||
help() {
|
||||
return this.callPromise('help', {});
|
||||
},
|
||||
|
||||
add(title, description, status, group, priority) {
|
||||
return this.callPromise('add', {
|
||||
title: title,
|
||||
|
||||
Reference in New Issue
Block a user