diff --git a/fsv2/fstc b/fsv2/fstc index e22a5f4..3b6a014 100644 Binary files a/fsv2/fstc and b/fsv2/fstc differ diff --git a/fsv2/main.go b/fsv2/main.go index 1b62e1b..bc3568e 100644 --- a/fsv2/main.go +++ b/fsv2/main.go @@ -26,7 +26,7 @@ func receiveClient() error { //go discovery.Listen() // 显示状态等 - // http.HandleFunc("/", handler.ReceiveHandler) + http.HandleFunc("/", handler.ReceiveHandler) // 服务信息 http.HandleFunc("/sc", handler.SerInfo) // 开启web 服务,