mirror of
https://github.com/foss42/apidash.git
synced 2025-05-30 13:27:09 +08:00
Migrate to API Dash APIs
This commit is contained in:
@ -9,7 +9,7 @@ void main() {
|
||||
String code = r'''import 'package:http/http.dart' as http;
|
||||
|
||||
void main() async {
|
||||
var uri = Uri.parse('https://api.foss42.com/country/codes');
|
||||
var uri = Uri.parse('https://api.apidash.dev/country/codes');
|
||||
|
||||
final response = await http.get(uri);
|
||||
|
||||
|
Reference in New Issue
Block a user