add user deletion and rename user http

This commit is contained in:
2026-04-11 23:09:48 +02:00
parent 59e693dacd
commit ab9319a962
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
"github.com/google/uuid"
)
func HttpHandleUserMessage(response http.ResponseWriter, request *http.Request) {
func HttpHandleDm(response http.ResponseWriter, request *http.Request) {
if !HttpMethodAllowed(&response, request) {
return
}