Add some voices

This commit is contained in:
Jackson Harper
2023-11-08 19:36:34 +08:00
parent e395036e61
commit 155d71c7bd
6 changed files with 18 additions and 7 deletions

View File

@ -103,7 +103,7 @@ public extension AppEnvironment {
case .prod:
return URL(string: prodTtsURL)!
case .test, .local:
return URL(string: "http://localhost:4000")!
return URL(string: "http://localhost:8080")!
case .custom:
guard
let str = UserDefaults.standard.string(forKey: AppEnvironmentUserDefaultKey.ttsBaseURL.rawValue),