mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-06 10:07:45 +08:00
change ui to flutter
This commit is contained in:
4
ui/lib/APIs.dart
Normal file
4
ui/lib/APIs.dart
Normal file
@@ -0,0 +1,4 @@
|
||||
class APIs {
|
||||
static const _baseUrl = "http://127.0.0.1:8080";
|
||||
static const searchUrl = "$_baseUrl/api/v1/tv/search";
|
||||
}
|
||||
Reference in New Issue
Block a user