Checkpoint 0

This commit is contained in:
student-d-kazak 2026-02-24 20:11:19 +03:00
parent 6cb08e11be
commit 3fb455a9bd

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:49178"
const val AUTH_URL = "/auth"
const val INFO_URL = "/info"
const val BOOKING_URL = "/booking"