diff --git a/fssc/main.go b/fssc/main.go index 1e386d0..4da33c9 100644 --- a/fssc/main.go +++ b/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) // 传送单文件