Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-11-14 14:33:01 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-11-14 14:33:01 +0300
commit00ec425d5a0cc897b62d9bbaccc0baaf8f646cea (patch)
treec368a0fe91dc9db9aabaf3ce369197398a049a16 /src/services/DavClient.js
parent1cc1366eb3497830ed6916c092b856d9ccea5b3d (diff)
Fix default usable state
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src/services/DavClient.js')
-rw-r--r--src/services/DavClient.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/DavClient.js b/src/services/DavClient.js
index c91b57e8..ff37eec4 100644
--- a/src/services/DavClient.js
+++ b/src/services/DavClient.js
@@ -29,7 +29,7 @@ import { generateRemoteUrl } from '@nextcloud/router'
const patcher = webdav.getPatcher()
patcher.patch('request', axios)
-// init webdav client
+// init webdav client on default dav endpoint
const remote = generateRemoteUrl(`dav`)
const client = webdav.createClient(remote)