|
@@ -63,9 +63,9 @@ export function createWebDavClient(store: SyncStore) {
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
|
path(path: string, proxyUrl: string = "") {
|
|
path(path: string, proxyUrl: string = "") {
|
|
|
- if (!path.endsWith("/")) {
|
|
|
|
|
- path += "/";
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // if (!path.endsWith("/")) {
|
|
|
|
|
+ // path += "/";
|
|
|
|
|
+ // }
|
|
|
if (path.startsWith("/")) {
|
|
if (path.startsWith("/")) {
|
|
|
path = path.slice(1);
|
|
path = path.slice(1);
|
|
|
}
|
|
}
|