From b5b036cedefd71acb698c4bcef559d0f031f0a36 Mon Sep 17 00:00:00 2001 From: suseendhiran17 <58357088+suseendhiran17@users.noreply.github.com> Date: Mon, 7 Aug 2023 11:34:47 +0530 Subject: [PATCH] susee --- src/environments/environment.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 3237ea4..5bfca59 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -9,8 +9,8 @@ // The list of which env maps to which file can be found in `.angular-cli.json`. export const environment = { - // apiEndpoint:'https://dev.venbait.in/vnms/api/', - apiEndpoint:'http://localhost:8081/api/', + apiEndpoint:'https://dev.venbait.in/vnms/api/', + // apiEndpoint:'http://localhost:8081/api/', // apiEndpoint:'http://192.168.1.17:8081/api/', mailUrl:'', production: false,