Optimizations
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user