Commit a3ebadbd by Li Feifei

refactoring

parent c87e1382
...@@ -48,7 +48,6 @@ func ProvideHTTP(endpoint string, grpcServer *grpc.Server) *http.Server { ...@@ -48,7 +48,6 @@ func ProvideHTTP(endpoint string, grpcServer *grpc.Server) *http.Server {
if err != nil { if err != nil {
beeLogger.Log.Fatalf("Register Endpoint err: %v", err) beeLogger.Log.Fatalf("Register Endpoint err: %v", err)
} }
//新建mux,它是http的请求复用器 //新建mux,它是http的请求复用器
mux := http.NewServeMux() mux := http.NewServeMux()
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment