dreampad/lib/app/api/api_constants.dart

3 lines
80 B
Dart
Raw Permalink Normal View History

2023-11-28 10:44:58 +08:00
class ApiConstants {
static const baseUrl = 'https://dreampad-app.sqlce.cn';
}