mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-17 02:05:13 +00:00
Switch to DeepL Pro API
This commit is contained in:
parent
34b6525b37
commit
c95f65ea59
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue