@james_jayaraj/test-npm 1.1.0 → 1.1.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.
@@ -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://demoapi.hlhlth.app/packapill",
26
- LIVE_URL: "https://demoapi.hlhlth.app/packapill",
25
+ STAGING_URL: "https://dcdapi.hlhlth.app/packapill",
26
+ LIVE_URL: "https://dcdapi.hlhlth.app/packapill",
27
27
  GET_MEDS_BY_SEARCH: "api/rxwidget/searchMedicines",
28
28
  GET_MEDS_BY_SMART_SEARCH: "api/rxwidget/smartSearchMedicines",
29
29
  GET_MEDS_BY_NAME: "api/rxwidget/searchMedicinesByName",
@@ -269,7 +269,7 @@ const errorconfig = {
269
269
 
270
270
  const environment = {
271
271
  production: true,
272
- apiEndpoint: 'https://ica.hlhlth.app/packapill'
272
+ apiEndpoint: 'https://dcdapi.hlhlth.app/packapill'
273
273
  };
274
274
 
275
275
  class ApiService {