This commit is contained in:
student-i-nikolaevskiy 2026-02-24 18:35:59 +03:00
parent efd332ed84
commit 8b8a964052

View File

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