feat(zns-import): DAT-Dateisupport hinzugefügt, Fehlerbehebung und UI-Anpassungen

Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
This commit is contained in:
2026-04-16 16:12:49 +02:00
parent 29c35c524b
commit 3b7abc55a4
4 changed files with 31 additions and 12 deletions
@@ -35,7 +35,7 @@ class ConnectivityTracker : KoinComponent {
private suspend fun checkConnection(): Boolean {
return try {
val response = client.get(NetworkConfig.baseUrl.trimEnd('/') + "/ping")
val response = client.get(NetworkConfig.baseUrl.trimEnd('/') + "/api/ping/health")
response.status.value in 200..299
} catch (e: Exception) {
false