fix: api host

This commit is contained in:
Vincent Yang 2024-04-23 00:54:06 -04:00
parent 7b50838f68
commit a0b110681d
No known key found for this signature in database
GPG Key ID: 55F1635E821BF0E8

View File

@ -103,7 +103,7 @@ func translateByDeepLX(sourceLang string, targetLang string, translateText strin
}
// Preparing the request data for the DeepL API
url := "https://api.deepl.com/jsonrpc"
url := "https://www2.deepl.com/jsonrpc"
id = id + 1
postData := initDeepLXData(sourceLang, targetLang)
text := Text{
@ -264,7 +264,7 @@ func translateByDeepLXPro(sourceLang string, targetLang string, translateText st
}
// Preparing the request data for the DeepL API
url := "https://www2.deepl.com/jsonrpc"
url := "https://api.deepl.com/jsonrpc"
id = id + 1
postData := initDeepLXData(sourceLang, targetLang)
text := Text{