diff --git a/.idea/misc.xml b/.idea/misc.xml
index ac801d8..ceb7afd 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,6 +1,10 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index add4282..96251d9 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -96,4 +96,6 @@ dependencies {
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
debugImplementation("androidx.compose.ui:ui-tooling")
debugImplementation("androidx.compose.ui:ui-test-manifest")
+
+ //
}
\ No newline at end of file
diff --git a/app/src/main/java/com/example/myapplication/api/MyServerService.kt b/app/src/main/java/com/example/myapplication/api/MyServerService.kt
index 1088826..a0ffd01 100644
--- a/app/src/main/java/com/example/myapplication/api/MyServerService.kt
+++ b/app/src/main/java/com/example/myapplication/api/MyServerService.kt
@@ -146,7 +146,10 @@ interface MyServerService {
): RentRemote
companion object {
- private const val BASE_URL = "http://192.168.0.104:8079/"
+ //Раздача с тлф
+ private const val BASE_URL = "http://192.168.138.47:8079/"
+ //Пк дома
+ /*private const val BASE_URL = "http://192.168.0.104:8079/"*/
//private const val BASE_URL = "http://10.0.2.2:8079/"
@Volatile
diff --git a/app/src/main/res/xml/network_security_config.xml b/app/src/main/res/xml/network_security_config.xml
index 3e00a4c..da25c08 100644
--- a/app/src/main/res/xml/network_security_config.xml
+++ b/app/src/main/res/xml/network_security_config.xml
@@ -1,7 +1,10 @@
- 192.168.0.104
+
+ 192.168.138.47
+
+
\ No newline at end of file