mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-25 18:35:06 +01:00
DeepL: URI
This commit is contained in:
@@ -337,6 +337,8 @@ public class DeepL {
|
||||
}
|
||||
|
||||
private static String getBaseUri(String key) {
|
||||
if (key != null && key.startsWith("https://"))
|
||||
return key;
|
||||
String domain = (key != null && key.endsWith(":fx") ? "api-free.deepl.com" : "api.deepl.com");
|
||||
return "https://" + domain + "/v2/";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user