Browse Source

恢复默认入口

master
453530270@qq.com 2 years ago
parent
commit
15c23bc3a4
  1. BIN
      fsv2/fstc
  2. 2
      fsv2/main.go

BIN
fsv2/fstc

Binary file not shown.

2
fsv2/main.go

@ -26,7 +26,7 @@ func receiveClient() error {
//go discovery.Listen() //go discovery.Listen()
// 显示状态等 // 显示状态等
// http.HandleFunc("/", handler.ReceiveHandler) http.HandleFunc("/", handler.ReceiveHandler)
// 服务信息 // 服务信息
http.HandleFunc("/sc", handler.SerInfo) http.HandleFunc("/sc", handler.SerInfo)
// 开启web 服务, // 开启web 服务,

Loading…
Cancel
Save