Set correct API URL
This commit is contained in:
parent
073048f7b3
commit
11832b2594
|
@ -25,7 +25,7 @@ import kotlin.uuid.Uuid
|
|||
@OptIn(ExperimentalUuidApi::class)
|
||||
object Client {
|
||||
val httpClient: HttpClient by lazy { getKtorClient{ install(ContentNegotiation) { json() } } }
|
||||
val baseUrl = "http://localhost:42024" // ""https://simd.jaytux.com/api"
|
||||
val baseUrl = "https://simd.jaytux.com/api"
|
||||
|
||||
object UUIDSerializer : KSerializer<Uuid> {
|
||||
override val descriptor: SerialDescriptor = PrimitiveSerialDescriptor("UUID", PrimitiveKind.STRING)
|
||||
|
|
Loading…
Reference in New Issue