When i access patient in the emr Patient Portal / API Access

When i access patient in the emr Patient Portal / API Access. So when i create the portal for the patient it sends 3rd Party API Access

API Access Address: https://XXXXXXXX.com/openemr/apis/default/fhir

And I’m not sure why that is occurring, in the past it would send the correct address for the client to access the portal

Hi EHarmonharmone75,
API Access Address display as combination of Site Address Override and global webroot url. you can change as your customized


and
$GLOBALS[‘web_root’];

see the file src\FHIR\Config\ServerConfig.php line number 50
public function getFhirUrl()

{
    return $this->oauthAddress . $this->webRoot . '/apis/' . $this->siteId . "/fhir";

}

Thanks,
Param,
help@capminds.com