@james_jayaraj/test-npm 0.7.2 → 0.7.3

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.

Potentially problematic release.


This version of @james_jayaraj/test-npm might be problematic. Click here for more details.

@@ -22,8 +22,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
22
22
  }], ctorParameters: function () { return []; } });
23
23
 
24
24
  const config = {
25
- STAGING_URL: "https://ica.hlhlth.app/packapill",
26
- LIVE_URL: "https://consultapi.hola.health/careconnect",
25
+ STAGING_URL: "https://dcapi.hlhlth.app/packapill",
26
+ LIVE_URL: "https://qatcapi.hlhlth.app/packapill",
27
27
  GET_MEDS_BY_SEARCH: "api/rxwidget/searchMedicines",
28
28
  GET_MEDS_BY_NAME: "api/rxwidget/searchMedicinesByName",
29
29
  CREATE_CONSULTATION: "api/rxwidget/createConsultation",
@@ -266,7 +266,7 @@ const errorconfig = {
266
266
 
267
267
  const environment = {
268
268
  production: true,
269
- apiEndpoint: 'https://ica.hlhlth.app/packapill'
269
+ apiEndpoint: 'https://qatcapi.hlhlth.app/packapill'
270
270
  };
271
271
 
272
272
  class ApiService {