vnms_admin_fe/src/environments/environment.prod.ts
2023-07-15 09:53:04 +05:30

10 lines
259 B
TypeScript

/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
export const environment = {
apiEndpoint:'https://dev.venbait.in/vnms/api/',
production: true,
};