forked from lxm_tools/flutter-picgo
5 lines
81 B
Dart
5 lines
81 B
Dart
class GithubApi {
|
|
|
|
static const String BASE_URL = 'https://api.github.com/';
|
|
|
|
} |