new_select_screen #9

Open
student-i-nikolaevskiy wants to merge 42 commits from Minipigi-org/NTO-2026-Android-TeamTask-Template:new_select_screen into main
2 changed files with 2 additions and 1 deletions
Showing only changes of commit efd332ed84 - 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 package ru.myitschool.work.core
object Constants { object Constants {
const val HOST = "http://localhost:8090" 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"