implemented modifing of tasks of an event

This commit is contained in:
z1glr
2025-01-13 22:22:10 +00:00
parent 0685283007
commit a3c6fd685d
12 changed files with 468 additions and 288 deletions

View File

@@ -54,7 +54,7 @@ func postUser(args HandlerArgs) responseMessage {
return response
}
func patchPassword(args HandlerArgs) responseMessage {
func putPassword(args HandlerArgs) responseMessage {
response := responseMessage{}
// parse the body
var body users.UserChangePassword