Browse Source

取消下载

master
453530270@qq.com 2 years ago
parent
commit
88d9fb7dac
  1. 1
      fssc/main.go

1
fssc/main.go

@ -37,7 +37,6 @@ func sendClient() error {
// 加载静态资源
http.Handle("/static/", http.StripPrefix("/static/",
http.FileServer(http.FS(web.StaticFs))))
http.HandleFunc("/download/", handler.FileServerHandler)
// 文件更新包
http.HandleFunc("/up", handler.UpServer)
// 传送单文件

Loading…
Cancel
Save