Fix grouping
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package dav
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
"net/http"
|
||||
"os"
|
||||
@@ -16,6 +17,8 @@ func Router(mux *http.ServeMux) {
|
||||
log.Panicf("Config failed to load: %v", err)
|
||||
}
|
||||
|
||||
fmt.Println("config version", c.GetDirectories())
|
||||
|
||||
t := torrent.NewTorrentManager(os.Getenv("RD_TOKEN"), c)
|
||||
|
||||
mux.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
Reference in New Issue
Block a user