Skip to content

Commit

Permalink
Add dav to path
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAndBear committed Mar 11, 2024
1 parent a4e6440 commit fa237e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-pkg/src/components/SideBar/WebDavDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default defineComponent({
const copyWebDAVUrlIcon = ref(copyIcon)
const webDavUrl = computed(() => {
return urlJoin(configurationManager.serverUrl, unref(resource).webDavPath)
return urlJoin(configurationManager.serverUrl, 'dav', unref(resource).webDavPath)
})
const copyWebDAVPathToClipboard = () => {
Expand Down

0 comments on commit fa237e4

Please sign in to comment.