Uat
This commit is contained in:
@ -11,4 +11,9 @@ export const ENVIRONMENT_TABS: EnvTab[] = [
|
|||||||
id: "qa",
|
id: "qa",
|
||||||
dashboardEndpoint: "https://intis-service-checker.qa.televendcloud.com/api/checker/v1/dashboard",
|
dashboardEndpoint: "https://intis-service-checker.qa.televendcloud.com/api/checker/v1/dashboard",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "UAT",
|
||||||
|
id: "uat",
|
||||||
|
dashboardEndpoint: "https://intis-service-checker.uat.televendcloud.com/api/checker/v1/dashboard",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user