Improving

This commit is contained in:
2021-11-28 19:08:32 -03:00
parent 984592b7fd
commit 3cc08c6bb9
6 changed files with 101 additions and 16 deletions
+1
View File
@@ -191,6 +191,7 @@ func Init() *API {
})
mux.HandleFunc("/some2", func(w http.ResponseWriter, r *http.Request) {
switch r.Method {
case "POST":
h_Dosome2(w, r)
default: