diff --git a/app/autotranslate/server/deeplTranslate.js b/app/autotranslate/server/deeplTranslate.js index 81227e576a41..22c8293d3dd3 100644 --- a/app/autotranslate/server/deeplTranslate.js +++ b/app/autotranslate/server/deeplTranslate.js @@ -26,7 +26,7 @@ class DeeplAutoTranslate extends AutoTranslate { constructor() { super(); this.name = 'deepl-translate'; - this.apiEndPointUrl = 'https://api.deepl.com/v1/translate'; + this.apiEndPointUrl = 'https://api.deepl.com/v2/translate'; // Get the service provide API key. settings.get('AutoTranslate_DeepLAPIKey', (key, value) => { this.apiKey = value;