mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 07:44:26 +01:00
9 lines
280 B
Dart
9 lines
280 B
Dart
class Urls {
|
|
const Urls._();
|
|
|
|
static const resBase = 'https://res.lolli.tech/serverbox';
|
|
static const myGithub = 'https://github.com/lollipopkit';
|
|
static const appHelp = '$myGithub/flutter_server_box#-help';
|
|
static const appWiki = '$myGithub/flutter_server_box/wiki';
|
|
}
|