Signed-off-by: gom-by <gom-by@users.noreply.github.com>
This commit is contained in:
gom-by
2025-01-15 15:25:43 +01:00
4 changed files with 77 additions and 15 deletions

View File

@@ -8,7 +8,7 @@ import (
core "fr.latosa-escrima/api/core"
)
func handlerCreateUser(w http.ResponseWriter, r *http.Request) {
func HandleCreateUser(w http.ResponseWriter, r *http.Request) {
w.Header().Set("Content-Type", "application/json")
if r.Method != http.MethodPost {