4 lines
89 B
Dart
4 lines
89 B
Dart
class Constants {
|
|
Constants._();
|
|
static const baseUrl = 'http://192.168.1.13:3000';
|
|
} |