git.sophuwu.com > cdn
fixed unused config option
sophuwu sophie@skisiel.com
Thu, 16 Jan 2025 08:12:11 +0100
commit

21a53aedb1352ac74cd8764f3ca0fd4ba2ab8d9d

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,