2025-02-20 11:41:48 +03:00

6 lines
111 B
Kotlin

package com.displaynone.acss.config
object Constants {
const val serverUrl = "http://192.168.56.1:8086"
}