Skip to content

Commit

Permalink
Fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Feb 9, 2022
1 parent 91bf5fe commit 120bb76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web-app-files/src/helpers/resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ export function buildResource(resource) {
}

export function buildWebDavFilesPath(userId, path) {
return `files/${userId}/${path}`
return `/files/${userId}/${path}`
}

export function buildWebDavSpacesPath(spaceId, path) {
return `spaces/${spaceId}/${path}`
return `/spaces/${spaceId}/${path}`
}

export function attachIndicators(resource, sharesTree) {
Expand Down

0 comments on commit 120bb76

Please sign in to comment.