add minio url to env
This commit is contained in:
parent
dab3735b11
commit
c18ab286f9
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 = "https://api.mzansi-innovation-hub.co.za/";
|
||||
baseFileUrl = "https://mzansi-innovation-hub.co.za/files";
|
||||
baseFileUrl = "https://minio.mzansi-innovation-hub.co.za/";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue