3 lines
82 B
Dart
3 lines
82 B
Dart
class Environment {
|
|
static const String baseUrl = 'http://192.168.1.10:3000';
|
|
}
|