main #7

Closed
student-i-skokov wants to merge 3 commits from (deleted):main into main
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 4d3b12ada8 - Show all commits

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"