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

git.mdns.eu/nextcloud/passwords-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Classes/SimpleApi.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Classes/SimpleApi.js b/src/Classes/SimpleApi.js
index 507a77b..acd0754 100644
--- a/src/Classes/SimpleApi.js
+++ b/src/Classes/SimpleApi.js
@@ -838,10 +838,10 @@ export default class SimpleApi {
path = path.replace('api/api', 'api');
}
if(path.indexOf('api/link') !== -1) {
- path = path.replace('api/link', 'api');
+ path = path.replace('api/link', 'link');
}
if(path.indexOf('api/cron') !== -1) {
- path = path.replace('api/cron', 'api');
+ path = path.replace('api/cron', 'cron');
}
return path;