Browse Source

监听目录

master
453530270@qq.com 2 years ago
parent
commit
6793f8ab41
  1. 2
      fss/core/serverinfo.go

2
fss/core/serverinfo.go

@ -98,7 +98,7 @@ func SerInfo(w http.ResponseWriter, r *http.Request) {
response := Response{
Status: "success",
Curdir: urlpath,
WorksDir: Gpath,
WorksDir: config.G.FilePath,
Data: flist,
}

Loading…
Cancel
Save