implemented modifing of tasks of an event
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user