mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #50108 from nextcloud/artonge/fix/sidebar_davpath
fix: Do not duplicate `/` in davPath
This commit is contained in:
commit
a850a0bfc9
3 changed files with 4 additions and 4 deletions
|
|
@ -198,7 +198,7 @@ export default {
|
|||
* @return {string}
|
||||
*/
|
||||
davPath() {
|
||||
return `${davRemoteURL}/${davRootPath}${encodePath(this.file)}`
|
||||
return `${davRemoteURL}${davRootPath}${encodePath(this.file)}`
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
|
|||
4
dist/files-sidebar.js
vendored
4
dist/files-sidebar.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-sidebar.js.map
vendored
2
dist/files-sidebar.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue