Correcting api port
All checks were successful
Build Flutter Web and Docker Image for Local Registry / Build Flutter Web App (push) Successful in 3m3s

This commit is contained in:
whysman 2024-11-12 14:22:38 -05:00
parent 3404c2fda0
commit d746a3ca19

View File

@ -89,7 +89,7 @@ class StatusPageState extends State<StatusPage> 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,