Correcting api port
All checks were successful
Build Flutter Web and Docker Image for Local Registry / Build Flutter Web App (push) Successful in 3m3s
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:
parent
3404c2fda0
commit
d746a3ca19
@ -89,7 +89,7 @@ class StatusPageState extends State<StatusPage> with WidgetsBindingObserver {
|
|||||||
};
|
};
|
||||||
|
|
||||||
//final url = Uri.parse('http://localhost:8080/set');
|
//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 {
|
try {
|
||||||
final response = await http.post(
|
final response = await http.post(
|
||||||
url,
|
url,
|
||||||
|
Loading…
Reference in New Issue
Block a user