Add HttpPost
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
http.HandleFunc("/" , app.HttpReq);
|
||||
http.HandleFunc("/go-prefix/ws" , app.HttpWebSockHand)
|
||||
|
||||
|
||||
var addr = host + ":" + port
|
||||
|
||||
server := &http.Server{Addr: addr}
|
||||
|
Reference in New Issue
Block a user