From 59971a06d579df39bdbbfe01d227c70fa46b0cc0 Mon Sep 17 00:00:00 2001 From: Thomas Fransolet Date: Fri, 6 Jun 2025 11:55:02 +0200 Subject: [PATCH] update host.. --- lib/Screens/login_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Screens/login_screen.dart b/lib/Screens/login_screen.dart index 2f392a8..541cc7a 100644 --- a/lib/Screens/login_screen.dart +++ b/lib/Screens/login_screen.dart @@ -178,7 +178,7 @@ class _LoginScreenState extends State { @override void initState() { //this.isRememberMe = widget.session.rememberMe; - this.host = "http://localhost:5000"; // "https://api.myinfomate.be"// "https://api.mymuseum.be" // "http://localhost:5000" //widget.session.host; // MDLF "http://192.168.1.19:8089" // "https://api.mymuseum.be" + this.host = "https://api.mymuseum.be"; // "https://api.myinfomate.be"// "https://api.mymuseum.be" // "http://localhost:5000" //widget.session.host; // MDLF "http://192.168.1.19:8089" // "https://api.mymuseum.be" //this.email = "test@email.be"; //widget.session.email; //this.password = "kljqsdkljqsd"; //widget.session.password;