3 lines
80 B
Dart
3 lines
80 B
Dart
|
class ApiConstants {
|
||
|
static const baseUrl = 'https://dreampad-app.sqlce.cn';
|
||
|
}
|