From aa6e5e5bd63627226087d78c7faaa0acdcc4a1be Mon Sep 17 00:00:00 2001 From: BazRoe Date: Tue, 10 Feb 2026 16:11:09 +0100 Subject: [PATCH] added prefix /search in env property for searchOrganization --- src/environments/environment.development.ts | 2 +- src/environments/environment.production.ts | 2 +- src/environments/environment.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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',