Skip to content

Commit 324f247

Browse files
committed
fixes issue nisrulz#48
1 parent 186a484 commit 324f247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

using_http_get/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class MyGetHttpData extends StatefulWidget {
1717

1818
// Create the state for our stateful widget
1919
class MyGetHttpDataState extends State<MyGetHttpData> {
20-
final String url = "https://swapi.co/api/people";
20+
final String url = "https://swapi.dev/api/people";
2121
List data;
2222

2323
// Function to get the JSON data

0 commit comments

Comments
 (0)