Skip to content

Commit 3ae6741

Browse files
committed
fix: update GetTemplateAPIRouteType
1 parent ea07b1d commit 3ae6741

File tree

1 file changed

+2
-2
lines changed
  • src/Pages/Applications/DevtronApps/Details/AppConfigurations

1 file changed

+2
-2
lines changed

src/Pages/Applications/DevtronApps/Details/AppConfigurations/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ export enum GetTemplateAPIRouteType {
7070
CD_DEPLOY_CONFIG = 'cd-deploy-config',
7171
CD_ENV_LIST = 'cd-env-list',
7272
CONFIG_DEPLOYMENT_TEMPLATE = 'config/deployment-template',
73-
CONFIG_MAP_CREATE = 'config/config-map',
74-
CONFIG_SECRET_CREATE = 'config/secret',
73+
CONFIG_CM = 'config/config-map',
74+
CONFIG_CS = 'config/secret',
7575
WORKFLOW_LIST = 'workflow/list',
7676
OVERVIEW = 'overview',
7777
README = 'readme',

0 commit comments

Comments
 (0)