test url by default

This commit is contained in:
Shautvast 2026-04-04 15:33:22 +02:00
parent 39b2a40167
commit bdafef79f9

View file

@ -4,7 +4,7 @@ class AppConstants {
AppConstants._(); AppConstants._();
/// Default backend URL when none is configured. /// 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. /// Default map center: Amsterdam.
static const double defaultLat = 52.3676; static const double defaultLat = 52.3676;