implementovane zobrazenie API pomocnika

This commit is contained in:
2025-05-04 18:08:27 +02:00
parent eab71c2c4d
commit 58a7444da2
4 changed files with 156 additions and 9 deletions

View File

@ -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,