ngx-sp-auth 4.3.1 → 4.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1713,7 +1713,7 @@ class PesquisaTelasGlobalService {
1713
1713
  */
1714
1714
  this._componentSearchSub = null;
1715
1715
  // #endregion GERENCIAMENTO DINÂMICO DO COMPONENTE
1716
- this._BASE_URL = `${this._customEnvironmentService.Sp2LocalhostWS}/PesquisaGlobalTela`; // SpInfra2ErpWS
1716
+ this._BASE_URL = `${this._customEnvironmentService.SpInfra2ErpWS}/PesquisaGlobalTela`; // SpInfra2ErpWS
1717
1717
  this._HTTP_HEADERS = new HttpHeaders().set('Content-Type', 'application/json');
1718
1718
  this._BASE_URL = this._customEnvironmentService.production
1719
1719
  ? `${this._customEnvironmentService.SpInfra2ErpWS}/PesquisaGlobalTela`