add support for pro tier

This commit is contained in:
FloatingGhost 2022-08-28 20:33:24 +01:00
parent dd6ed6c395
commit fd72e36419
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ defmodule DeepLex do
end
defp base_url(:pro) do
"https://api-free.deepl.com/v2/"
"https://api.deepl.com/v2/"
end
@spec translate(String.t(), String.t(), String.t(), String.t()) ::