@experteam-mx/ngx-services 20.2.3-dev3.0 → 20.2.3-dev3.1
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.
|
@@ -4498,7 +4498,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImpo
|
|
|
4498
4498
|
class ApiSurveysService {
|
|
4499
4499
|
environments = inject(ENVIRONMENT_TOKEN);
|
|
4500
4500
|
http = inject(HttpClient);
|
|
4501
|
-
appKey = this.environments.
|
|
4501
|
+
appKey = this.environments.apiSurveysKey ?? '';
|
|
4502
4502
|
/**
|
|
4503
4503
|
* Base URL for surveys API endpoints.
|
|
4504
4504
|
* @returns The configured surveys API URL or an empty string.
|