diff --git a/Music Tools/Network/Network.swift b/Music Tools/Network/Network.swift index c210ac1..33a3446 100644 --- a/Music Tools/Network/Network.swift +++ b/Music Tools/Network/Network.swift @@ -58,7 +58,7 @@ struct ApiRequestDefaults { static let authMethod: AuthMethod = .basic static var domain: String { get { - let default_url = "https://music.sarsoo.xyz/" + let default_url = "https://mixonomer.sarsoo.xyz/" switch getenv("MTOOLS_SERVER") { case .none: diff --git a/Music Tools/Views/Settings/SettingsList.swift b/Music Tools/Views/Settings/SettingsList.swift index aa420e8..a55d4bf 100644 --- a/Music Tools/Views/Settings/SettingsList.swift +++ b/Music Tools/Views/Settings/SettingsList.swift @@ -18,7 +18,7 @@ struct SettingsList: View { List{ Section { Button(action: { - if let url = URL(string: "https://music.sarsoo.xyz") { + if let url = URL(string: "https://mixonomer.sarsoo.xyz") { UIApplication.shared.open(url) } }) { diff --git a/README.md b/README.md index 516e3cc..a8f6cf6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Mixonomer iOS -iOS client for [Mixonomer](https://music.sarsoo.xyz) ([Source](https://github.com/sarsoo/Mixonomer)), using it to learn swift. +iOS client for [Mixonomer](https://mixonomer.sarsoo.xyz) ([Source](https://github.com/sarsoo/Mixonomer)), using it to learn swift. Using SwiftUI for the main app UI. Hanging SwiftUI on a hosting controller for log in/register.