mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-17 15:46:14 +08:00
5 lines
144 B
Dart
5 lines
144 B
Dart
class HttpString {
|
|
static const String baseUrl = 'https://www.bilibili.com';
|
|
static const String baseApiUrl = 'https://api.bilibili.com';
|
|
}
|