Merge pull request #2199 from ishank011/webdav-ns-config

Make webdav namespace configurable across services
This commit is contained in:
Michael Barz
2021-06-25 11:39:36 +02:00
committed by GitHub
10 changed files with 52 additions and 19 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ func (g Graph) GetRootDriveChildren(w http.ResponseWriter, r *http.Request) {
}
ctx := r.Context()
fn := "/home"
fn := g.config.WebdavNamespace
client, err := g.GetClient()
if err != nil {