From bdafef79f92bec6b719f87b7c4d4a8cf5485888a Mon Sep 17 00:00:00 2001 From: Shautvast Date: Sat, 4 Apr 2026 15:33:22 +0200 Subject: [PATCH] test url by default --- mobile/lib/core/constants.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/lib/core/constants.dart b/mobile/lib/core/constants.dart index 3ee3ab2..cd90ed6 100644 --- a/mobile/lib/core/constants.dart +++ b/mobile/lib/core/constants.dart @@ -4,7 +4,7 @@ class AppConstants { AppConstants._(); /// Default backend URL when none is configured. - static const String defaultBackendUrl = 'http://localhost:8080'; + static const String defaultBackendUrl = 'http://192.168.2.59:8080'; /// Default map center: Amsterdam. static const double defaultLat = 52.3676;