base file url changed to doamin
This commit is contained in:
parent
41e4ec1b2d
commit
640b021495
1 changed files with 1 additions and 1 deletions
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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue