From 3a51bd89cb989f5c52676889c885c05eaa307666 Mon Sep 17 00:00:00 2001 From: kanade Date: Wed, 18 May 2022 10:33:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/static_path/dir.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/static_path/dir.go b/internal/static_path/dir.go index f5ca465..f8a8720 100755 --- a/internal/static_path/dir.go +++ b/internal/static_path/dir.go @@ -28,7 +28,7 @@ func init() { f.Video = "/video" f.Temp = "/temp" if runtime.GOOS == "linux" { - f.Root = "/www/wwwroot/recook/static" + f.Root = "/www/wwwroot/recook_v2/static" f.RootPhp = "/www/wwwroot/testsp.reecook.cn/public" _, err := os.Stat(f.Root) if os.IsNotExist(err) {