Skip to content

Commit

Permalink
Merge pull request #179 from CashAdv/feature/178-server-changed
Browse files Browse the repository at this point in the history
changes api-endpoints
  • Loading branch information
artwist-polyakov authored Jun 20, 2024
2 parents cc55cf7 + 9a6e21e commit ef5765f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ class NetworkModule {
}

companion object {
const val ENDPOINT_URL_PROD = "https://212.233.78.3:8080/v1/"
const val ENDPOINT_URL_STAGE = "https://212.233.78.3:8080/v1/"
const val ENDPOINT_URL_PROD = "https://212.233.99.233:8080/v1/"
const val ENDPOINT_URL_STAGE = "https://212.233.99.233:8080/v1/"
const val PROD = "prod"
}

Expand Down

0 comments on commit ef5765f

Please sign in to comment.