implemented adding and editing of tasks

This commit is contained in:
z1glr
2025-01-19 01:16:22 +00:00
parent e17c9db90c
commit 3c30d6c163
18 changed files with 470 additions and 54 deletions

View File

@@ -87,11 +87,13 @@ func init() {
"events": postEvent,
"users": postUser,
"availabilities": postAvailabilitie,
"tasks": postTask,
},
"PATCH": {
"users": patchUser,
"events": patchEvent,
"availabilities": patchAvailabilities,
"tasks": patchTask,
},
"PUT": {
"users/password": putPassword,