update env baseAPIurl
This commit is contained in:
parent
e9ec217651
commit
f57dcd2b51
2 changed files with 2 additions and 2 deletions
2
Frontend/patient_manager/lib/env/env.dart
vendored
2
Frontend/patient_manager/lib/env/env.dart
vendored
|
|
@ -17,7 +17,7 @@ abstract class AppEnviroment {
|
|||
}
|
||||
case Enviroment.prod:
|
||||
{
|
||||
baseApiUrl = "https://mzansi-innovation-hub.co.za/api";
|
||||
baseApiUrl = "https://api.mzansi-innovation-hub.co.za/";
|
||||
baseFileUrl = "https://mzansi-innovation-hub.co.za/files";
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue