added readme, chganged constants #2

Closed
student-i-nikolaevskiy wants to merge 1 commits from Minipigi-org/NTO-2026-Android-TeamTask-Template:readme_constants_edit into main
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 0e7ed8236a - Show all commits

1
README.MD Normal file
View File

@ -0,0 +1 @@
penpot deck: https://pp.sicampus.ru/#/workspace?team-id=14a6b474-d5fa-807f-8007-9f0741c1b7ad&file-id=14a6b474-d5fa-807f-8007-9f519b767dc8&page-id=14a6b474-d5fa-807f-8007-9f519b767dc9

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