diff --git a/lib/main.dart b/lib/main.dart index 26f739e..0295646 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -114,7 +114,7 @@ class _MyHomePageState extends State { } Future> getTodos() async { - final response = await get(Uri.parse('https://localhost:7247/api/todo/')); + final response = await get(Uri.parse('http://3.80.99.59/api/todo')); if (response.statusCode == 200) { // If the server did return a 200 OK response,