Optimizations

This commit is contained in:
Ben Sarmiento
2023-10-22 11:26:20 +02:00
parent 7009d78003
commit c789ebc96d
8 changed files with 61 additions and 237 deletions

View File

@@ -18,10 +18,6 @@ func main() {
t := torrent.NewTorrentManager(c)
// app := aero.New()
// dav.Setup(app, c, t)
// app.Run()
mux := http.NewServeMux()
dav.Router(mux, c, t)
addr := fmt.Sprintf(":%s", c.GetPort())