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