Merge pull request #2199 from ishank011/webdav-ns-config
Make webdav namespace configurable across services
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user