add api endpoint to nginx server and update env vars
This commit is contained in:
parent
c9b1206b2e
commit
daa2b95dc3
2 changed files with 5 additions and 1 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 = "http://mzansi-innovation-hub.co.za:8080";
|
||||
baseApiUrl = "http://mzansi-innovation-hub.co.za/api/";
|
||||
baseFileUrl = "http://mzansi-innovation-hub.co.za:9000";
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue