implemented user-adding

This commit is contained in:
z1glr
2025-01-11 16:12:02 +00:00
parent 4f203704a6
commit 059d14acc4
16 changed files with 658 additions and 334 deletions

View File

@@ -80,9 +80,14 @@ func init() {
"events/user/pending": getEventsUserPending,
"tasks": getTasks,
},
"POST": {"events": postEvent},
"PATCH": {},
"DELETE": {},
"POST": {
"events": postEvent,
"users": postUser,
},
"PATCH": {},
"DELETE": {
"event": deleteEvent,
},
}
// handle specific requests special