Switch to DeepL Pro API

This commit is contained in:
Thomas Ricouard 2023-01-22 10:45:07 +01:00
parent 34b6525b37
commit c95f65ea59

View File

@ -1,7 +1,7 @@
import Foundation
public struct DeepLClient {
private let endpoint = "https://api-free.deepl.com/v2/translate"
private let endpoint = "https://api.deepl.com/v2/translate"
private var APIKey: String {
if let path = Bundle.main.path(forResource: "Secret", ofType: "plist") {