mirror of
https://github.com/simon-ding/polaris.git
synced 2026-02-28 22:50:51 +08:00
5 lines
123 B
Dart
5 lines
123 B
Dart
class APIs {
|
|
static const _baseUrl = "http://127.0.0.1:8080";
|
|
static const searchUrl = "$_baseUrl/api/v1/tv/search";
|
|
}
|