diff --git a/NDAO_Client_React/app/js/config/serviceURLs.js b/NDAO_Client_React/app/js/config/serviceURLs.js index 781616d..5cc2a62 100644 --- a/NDAO_Client_React/app/js/config/serviceURLs.js +++ b/NDAO_Client_React/app/js/config/serviceURLs.js @@ -10,7 +10,7 @@ let _metadataServiceURL = '' let _mapServerBaseURL = '' if (CONSTANTS.DEV) { - _apiBaseURL = 'https://localhost:44301/odata/' //'https://localhost:44301/odata/' + _apiBaseURL = 'http://app01.saeon.ac.za/ndaotestapi/odata/' //'https://localhost:44301/odata/' _siteBaseURL = `${window.location.protocol}//${window.location.hostname}:${window.location.port}/` _ccrdBaseURL = 'http://app01.saeon.ac.za/nccrdtestapi/odata/' //'http://localhost:62553/odata/' _ccrdSiteBaseURL = 'http://app01.saeon.ac.za/nccrdtestsite/#/' //'http://localhost:8085/#/'