added entering availabilities in the dashboard

This commit is contained in:
z1glr
2025-01-23 10:51:47 +00:00
parent c752bc6c14
commit 19e7d2b366
5 changed files with 69 additions and 5 deletions

View File

@@ -107,7 +107,8 @@ func init() {
"tasks": (*Handler).patchTask, // modify a task
},
"PUT": {
"users/password": (*Handler).putPassword, // change the password
"users/password": (*Handler).putPassword, // change the password
"events/user/availability": (*Handler).putEventUserAvailability, // set or change the users availability for a specific event
},
"DELETE": {
"event": (*Handler).deleteEvent, // remove an event