Browse Source

Merge pull request #9429 from nextcloud/feature/noid/move_webui_to_new_dav

Move the webui over to the new dav endpoint
tags/v14.0.0beta1
Morris Jobke 6 years ago
parent
commit
3e513809c2
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      core/js/files/client.js

+ 1
- 1
core/js/files/client.js View File

@@ -932,7 +932,7 @@
var client = new OC.Files.Client({
host: OC.getHost(),
port: OC.getPort(),
root: OC.linkToRemoteBase('webdav'),
root: OC.linkToRemoteBase('dav') + '/files/' + OC.getCurrentUser().uid,
useHTTPS: OC.getProtocol() === 'https'
});
OC.Files._defaultClient = client;

Loading…
Cancel
Save