temp commit

This commit is contained in:
2025-11-06 05:41:30 +09:00
parent 8706be3084
commit 8bc115acf3
2 changed files with 1755 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ import java.util.concurrent.TimeUnit
* Класс для настройки и создания API-клиентов
*/
object ApiClient {
private const val BASE_URL = "http://192.168.219.108:8000/api/v1/"
private const val BASE_URL = "http://192.168.0.112:8000/api/v1/"
private const val CONNECT_TIMEOUT = 15L
private const val READ_TIMEOUT = 15L
private const val WRITE_TIMEOUT = 15L