@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user