Skip to content

Commit 8db2eb7

Browse files
committed
chore: Added ENVIRONMENT_CATEGORIES constant route
1 parent 61bc33c commit 8db2eb7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Common/Constants.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ export const ROUTES = {
8787
APP: 'app',
8888
APP_ARTIFACT_PROMOTE_MATERIAL: 'app/artifact/promotion-request/material',
8989
APP_TEMPLATE_DATA: 'app/template/data',
90+
CLUSTER_CATEGORIES: 'cluster/categories',
91+
ENVIRONMENT_CATEGORIES: 'env/categories',
9092
PROJECT_LIST_MIN: 'team/autocomplete',
9193
USER_CHECK_ROLE: 'user/check/roles',
9294
IMAGE_TAGGING: 'app/image-tagging',

0 commit comments

Comments
 (0)