Skip to content

Commit

Permalink
Update basic_config.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami authored Jan 9, 2025
1 parent 05daefa commit f552519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nyalcf_core/lib/network/basic_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ BaseOptions baseOptions = BaseOptions(
'${Platform.operatingSystemVersion}',
},
);
final apiV2Url = ENV_UNIVERSAL_API_URL ?? 'https://api-v2.locyanfrp.cn/api/v2';
final apiV2Url = ENV_UNIVERSAL_API_URL ?? 'https://api.locyanfrp.cn/v2';
// const apiV2Url = 'http://localhost:18080/api/v2';
const githubApiUrl = 'https://api-gh.1l1.icu';
const githubMainUrl = 'https://github.com';

0 comments on commit f552519

Please sign in to comment.