added chaging of password

This commit is contained in:
z1glr
2025-01-11 17:10:41 +00:00
parent 059d14acc4
commit b8ede7ef36
5 changed files with 147 additions and 7 deletions

View File

@@ -84,7 +84,9 @@ func init() {
"events": postEvent,
"users": postUser,
},
"PATCH": {},
"PATCH": {
"users/password": patchPassword,
},
"DELETE": {
"event": deleteEvent,
},