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