Skip to content

Commit

Permalink
вернул хост ангелов
Browse files Browse the repository at this point in the history
  • Loading branch information
n-shvedov27 committed Jan 11, 2025
1 parent b1e6c13 commit 08a6529
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class NetworkModule {
const val MAX_RETRIES_NUM_5 = 5

// const val BASE_URL = "http://10.0.2.2:8000/"
// const val BASE_URL = "http://80.87.108.90/"
const val BASE_URL = "http://158.160.136.34:8000/"
const val BASE_URL = "http://80.87.108.90/"
// const val BASE_URL = "http://158.160.136.34:8000/"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ object NetworkParams {
const val ORIGIN_KEY = "Origin"

// const val ORIGIN_VALUE = "http://10.0.2.2:8000/"
// const val ORIGIN_VALUE = "http://80.87.108.90/"
const val ORIGIN_VALUE = "http://158.160.136.34:8000/"
const val ORIGIN_VALUE = "http://80.87.108.90/"
// const val ORIGIN_VALUE = "http://158.160.136.34:8000/"

// const val BASE_URL = "10.0.2.2:8000/ws/session"
// const val BASE_URL = "80.87.108.90:8000/ws/session"
const val BASE_URL = "158.160.136.34:8000/ws/session"
const val BASE_URL = "80.87.108.90:8000/ws/session"
// const val BASE_URL = "158.160.136.34:8000/ws/session"

const val PATH_SESSION_STATUS = "/session_status/"
const val PATH_USERS = "/users/"
Expand Down

0 comments on commit 08a6529

Please sign in to comment.