1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-21 23:17:42 +02:00

Doc: Fixes #2187: Fixed API doc

This commit is contained in:
Laurent Cozic
2019-12-18 11:00:52 +00:00
parent 74fd9e1e9e
commit 797b71d903
3 changed files with 10 additions and 17 deletions

View File

@ -364,8 +364,8 @@ class WebDavApi {
let response = null;
// console.info('WebDAV Call', method + ' ' + url, headers, options);
// console.info(this.requestToCurl_(url, fetchOptions));
console.info('WebDAV Call', `${method} ${url}`, headers, options);
console.info(this.requestToCurl_(url, fetchOptions));
if (options.source == 'file' && (method == 'POST' || method == 'PUT')) {
if (fetchOptions.path) {