From 15ef3925d89523c2f99ed5f179a243268fd70557 Mon Sep 17 00:00:00 2001 From: Cyril Joseph Date: Fri, 19 Sep 2025 08:29:10 -0300 Subject: [PATCH] url updates --- src/environments/environment-dev-1.ts | 2 +- src/environments/environment-dev-2.ts | 2 +- src/environments/environment-dev-3.ts | 2 +- src/environments/environment-dev-4.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/environments/environment-dev-1.ts b/src/environments/environment-dev-1.ts index 0840261..35ebd34 100644 --- a/src/environments/environment-dev-1.ts +++ b/src/environments/environment-dev-1.ts @@ -1,6 +1,6 @@ export const environment = { production: true, - apiUrl: 'https://dev.alphaomegainfosys.com/test-api', + apiUrl: 'https://dev.alphaomegainfosys.com/test-api-1', apiDb: '1', appType: 'client', }; diff --git a/src/environments/environment-dev-2.ts b/src/environments/environment-dev-2.ts index 0c0ff27..aba3705 100644 --- a/src/environments/environment-dev-2.ts +++ b/src/environments/environment-dev-2.ts @@ -1,6 +1,6 @@ export const environment = { production: true, - apiUrl: 'https://dev.alphaomegainfosys.com/test-api', + apiUrl: 'https://dev.alphaomegainfosys.com/test-api-2', apiDb: '2', appType: 'client', }; diff --git a/src/environments/environment-dev-3.ts b/src/environments/environment-dev-3.ts index c4be4c5..5c3dbe7 100644 --- a/src/environments/environment-dev-3.ts +++ b/src/environments/environment-dev-3.ts @@ -1,6 +1,6 @@ export const environment = { production: true, - apiUrl: 'https://dev.alphaomegainfosys.com/test-api', + apiUrl: 'https://dev.alphaomegainfosys.com/test-api-3', apiDb: '3', appType: 'client', }; diff --git a/src/environments/environment-dev-4.ts b/src/environments/environment-dev-4.ts index cc0705e..62d4968 100644 --- a/src/environments/environment-dev-4.ts +++ b/src/environments/environment-dev-4.ts @@ -1,6 +1,6 @@ export const environment = { production: true, - apiUrl: 'https://dev.alphaomegainfosys.com/test-api', + apiUrl: 'https://dev.alphaomegainfosys.com/test-api-4', apiDb: '4', appType: 'client', };