From 88d9fb7dacb4fb54b7c1dbfbc051b06e88c22cb7 Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Wed, 26 Jun 2024 11:31:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fssc/main.go | 1 - 1 file changed, 1 deletion(-) 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) // 传送单文件