This commit is contained in:
ityurner02@mail.ru 2023-12-25 21:27:08 +04:00
parent ef4140f273
commit 3827683fa2

View File

@ -117,7 +117,7 @@ interface ServerService{
@Path("id") id: Int,
): UserRemote
companion object {
private const val BASE_URL = "http://100.74.118.221:8079/"
private const val BASE_URL = "http://192.168.43.198:8079/"
@Volatile
private var INSTANCE: ServerService? = null