test url by default
This commit is contained in:
parent
39b2a40167
commit
bdafef79f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue