mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-11 22:24:00 +01:00
Switch to DeepL Pro API
This commit is contained in:
parent
34b6525b37
commit
c95f65ea59
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user