Server IP changed

This commit is contained in:
Universall 2025-02-20 17:31:10 +03:00
parent 935806770a
commit 5fe3170099

View File

@ -1,5 +1,5 @@
package com.displaynone.acss.config
object Constants {
const val serverUrl = "http://192.168.136.38:8086"
const val serverUrl = "http://10.6.66.150:8086"
}