From d746a3ca1948cf00be3224dddbd5d5ec2efb60fc Mon Sep 17 00:00:00 2001 From: whysman Date: Tue, 12 Nov 2024 14:22:38 -0500 Subject: [PATCH] Correcting api port --- lib/status_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/status_page.dart b/lib/status_page.dart index 4bea667..01bd8ee 100644 --- a/lib/status_page.dart +++ b/lib/status_page.dart @@ -89,7 +89,7 @@ class StatusPageState extends State with WidgetsBindingObserver { }; //final url = Uri.parse('http://localhost:8080/set'); - final url = Uri.parse('https://api.pogdark.com/set'); + final url = Uri.parse('https://api.pogdark.com:8889/set'); try { final response = await http.post( url,