git.sophuwu.com > cdn
fixed unused config option
parent

41c8919a2afd17cf616cafa02c91b7674841cb9a

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M main.gomain.go

@@ -31,7 +31,7 @@ if config.OtpPath != "" {

fileserver.UpHandle("/X/", db.PutFile) } } - fileserver.Handle("/", dir.Open(".")) + fileserver.Handle("/", dir.Open(config.HttpDir)) server := http.Server{ Addr: config.Addr + ":" + config.Port,