Merge pull request #9429 from nextcloud/feature/noid/move_webui_to_new_dav
Move the webui over to the new dav endpoint
This commit is contained in:
commit
3e513809c2
|
@ -932,7 +932,7 @@
|
||||||
var client = new OC.Files.Client({
|
var client = new OC.Files.Client({
|
||||||
host: OC.getHost(),
|
host: OC.getHost(),
|
||||||
port: OC.getPort(),
|
port: OC.getPort(),
|
||||||
root: OC.linkToRemoteBase('webdav'),
|
root: OC.linkToRemoteBase('dav') + '/files/' + OC.getCurrentUser().uid,
|
||||||
useHTTPS: OC.getProtocol() === 'https'
|
useHTTPS: OC.getProtocol() === 'https'
|
||||||
});
|
});
|
||||||
OC.Files._defaultClient = client;
|
OC.Files._defaultClient = client;
|
||||||
|
|
Loading…
Reference in New Issue