diff --git a/src/environments/environment.ts b/src/environments/environment.ts index e3e12b1..d7864eb 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/', mailUrl:'', production: false, };