Adding default addy io base url for generation calls (#492)

This commit is contained in:
joshua-livefront 2024-01-04 11:02:49 -05:00 committed by Álison Fernandes
parent 2d9b0264f2
commit cd707473fc

View file

@ -1436,7 +1436,7 @@ data class GeneratorState(
data class AddyIo(
val apiAccessToken: String = "",
val domainName: String = "",
val baseUrl: String = "",
val baseUrl: String = "https://app.addy.io",
) : ServiceType(), Parcelable {
override val displayStringResId: Int
get() = ServiceTypeOption.ADDY_IO.labelRes