pull/215/head
M66B 8 months ago
parent 7e95e09c8b
commit f14c44c0a2

@ -337,6 +337,8 @@ public class DeepL {
} }
private static String getBaseUri(String key) { 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"); String domain = (key != null && key.endsWith(":fx") ? "api-free.deepl.com" : "api.deepl.com");
return "https://" + domain + "/v2/"; return "https://" + domain + "/v2/";
} }

Loading…
Cancel
Save