Skip to content

Commit

Permalink
chore: Remove www
Browse files Browse the repository at this point in the history
  • Loading branch information
sirambd committed Dec 17, 2024
1 parent e1343ad commit e5abed1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ package com.infomaniak.multiplatform_swisstransfer.common.utils

sealed class ApiEnvironment(val baseUrl: String) {
data object Preprod : ApiEnvironment("https://swisstransfer.preprod.dev.infomaniak.ch")
data object Prod : ApiEnvironment("https://www.swisstransfer.com")
data object Prod : ApiEnvironment("https://swisstransfer.com")
data class Custom(private val url: String) : ApiEnvironment(url)
}

0 comments on commit e5abed1

Please sign in to comment.