Skip to content

Commit

Permalink
Revert "updated track endpoints"
Browse files Browse the repository at this point in the history
This reverts commit ac8636c.
  • Loading branch information
Shahroz16 committed Jan 14, 2022
1 parent ac8636c commit 997366c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/src/main/java/io/customer/sdk/data/model/Region.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ package io.customer.sdk.data.model
* The SDK will route traffic to the correct data center location depending on the `Region` that you use.
*/
sealed class Region(val code: String, val baseUrl: String) {
object US : Region(code = "us", baseUrl = "https://track-sdk.customer.io/")
object EU : Region(code = "eu", baseUrl = "https://track-sdk-eu.customer.io/")
object US : Region(code = "us", baseUrl = "https://track.customer.io/")
object EU : Region(code = "eu", baseUrl = "https://track-eu.customer.io/")
}

0 comments on commit 997366c

Please sign in to comment.