change ip

This commit is contained in:
ilya_sk 2026-02-24 20:01:40 +03:00
parent 6cb08e11be
commit 4d3b12ada8
2 changed files with 5 additions and 1 deletions

4
app/readme.md Normal file
View File

@ -0,0 +1,4 @@
**Команда: 1511 строк кода**
*Penpot*

View File

@ -1,7 +1,7 @@
package ru.myitschool.work.core
object Constants {
const val HOST = "http://localhost:8090"
const val HOST = "http://10.0.0.14:49181"
const val AUTH_URL = "/auth"
const val INFO_URL = "/info"
const val BOOKING_URL = "/booking"