forked from yaso_meth/mih-project
base file url changed to doamin
This commit is contained in:
2
Frontend/patient_manager/lib/env/env.dart
vendored
2
Frontend/patient_manager/lib/env/env.dart
vendored
@@ -18,7 +18,7 @@ abstract class AppEnviroment {
|
||||
case Enviroment.prod:
|
||||
{
|
||||
baseApiUrl = "http://mzansi-innovation-hub.co.za:8080";
|
||||
baseFileUrl = "http://MIH_Minio:9000";
|
||||
baseFileUrl = "http://mzansi-innovation-hub.co.za:9000";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user