Remove useless baseURL

This commit is contained in:
Henrique Dias
2017-08-05 10:29:09 +01:00
parent 26ebe92f2c
commit 65fa394f98
2 changed files with 1 additions and 6 deletions
-1
View File
@@ -161,7 +161,6 @@ func parseConfig() *cfg {
port: data.Port,
auth: map[string]string{},
webdav: &webdav.Config{
BaseURL: "",
User: &webdav.User{
Scope: data.Scope,
Modify: data.Modify,