diff --git a/assets/.env b/assets/.env index 7edc98b..1e51537 100644 --- a/assets/.env +++ b/assets/.env @@ -1,6 +1,6 @@ -BASE_URL=https://peakapi.qantra.co.zw/api +; BASE_URL=https://peakapi.qantra.co.zw/api ; BASE_URL=http://192.168.100.26:6950/api -; BASE_URL=http://173.212.247.232:6950/api +BASE_URL=http://173.212.247.232:6950/api ; BASE_URL=http://10.69.5.201:6950/api ; BASE_URL=http://192.168.120.160:6950/api ; BASE_URL=http://10.10.2.92:6950/api diff --git a/lib/screens/gateway/gateway_redirect.dart b/lib/screens/gateway/gateway_redirect.dart index 033afb8..6cbe061 100644 --- a/lib/screens/gateway/gateway_redirect.dart +++ b/lib/screens/gateway/gateway_redirect.dart @@ -38,9 +38,6 @@ class _GatewayRedirectScreenState extends State { setState(() { redirected = true; }); - - // might as well go and poll, just in case customer doesn't come back - context.go("/poll"); } @override