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,