Improving
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user