fixing client

This commit is contained in:
stefan
2025-09-15 17:48:57 +02:00
parent f9d492c7e0
commit ea560fc221
30 changed files with 3632 additions and 525 deletions
@@ -0,0 +1,6 @@
package at.mocode
actual object ApiConfig {
actual val baseUrl: String = System.getenv("API_BASE_URL") ?: "http://localhost:8081"
actual val pingEndpoint: String = "$baseUrl/api/ping"
}