diff --git a/src/environments/environment.development.ts b/src/environments/environment.development.ts index a109d8b3..99b992f3 100644 --- a/src/environments/environment.development.ts +++ b/src/environments/environment.development.ts @@ -19,7 +19,7 @@ export const environment = { BILLING: '/billing', CHARGING: '/charging', - searchOrganizationsEndpoint: '/api/searchOrganizations', + searchOrganizationsEndpoint: '/search/api/searchOrganizations', //searchOrganizationsEndpoint: 'org-api/searchOrganizations', CUSTOMER_BILLING:'/customerBill', diff --git a/src/environments/environment.production.ts b/src/environments/environment.production.ts index 3cdca93d..8277b48b 100644 --- a/src/environments/environment.production.ts +++ b/src/environments/environment.production.ts @@ -18,7 +18,7 @@ export const environment = { BILLING: '/billing', CHARGING: '/charging', - searchOrganizationsEndpoint: '/api/searchOrganizations', + searchOrganizationsEndpoint: '/search/api/searchOrganizations', CONSUMER_BILLING_URL: 'http://localhost:8640', INVOICE_LIMIT: 100, diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 381095fc..9e7df177 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -19,7 +19,7 @@ export const environment = { CHARGING: '/charging', BILLING: '/billing', - searchOrganizationsEndpoint: '/api/searchOrganizations', + searchOrganizationsEndpoint: '/search/api/searchOrganizations', CUSTOMER_BILLING:'/customerBill', CONSUMER_BILLING_URL: 'http://localhost:8640',