From 2b2c202cfa5d396d6b4b9ea8f22c7b1eb43df93d Mon Sep 17 00:00:00 2001 From: n08i40k Date: Sat, 19 Oct 2024 02:18:51 +0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=BD=D1=82=D0=B5=D1=80=D0=BD=D0=B5?= =?UTF-8?q?=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/ru/n08i40k/polytechnic/next/network/NetworkValues.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/ru/n08i40k/polytechnic/next/network/NetworkValues.kt b/app/src/main/java/ru/n08i40k/polytechnic/next/network/NetworkValues.kt index 9fd2884..c35d2f4 100644 --- a/app/src/main/java/ru/n08i40k/polytechnic/next/network/NetworkValues.kt +++ b/app/src/main/java/ru/n08i40k/polytechnic/next/network/NetworkValues.kt @@ -1,5 +1,5 @@ package ru.n08i40k.polytechnic.next.network object NetworkValues { - const val API_HOST = "https://192.168.0.103:5050/api/" + const val API_HOST = "https://polytechnic.n08i40k.ru:5050/api/" } \ No newline at end of file