Skip to content

Commit 44ba433

Browse files
committed
feat: GetTemplateAPIRouteType - add route
1 parent b5b2acf commit 44ba433

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ export enum GetTemplateAPIRouteType {
7373
CONFIG_MAP_CREATE = 'config/config-map',
7474
CONFIG_SECRET_CREATE = 'config/secret',
7575
WORKFLOW_LIST = 'workflow/list',
76+
OVERVIEW = 'overview',
77+
README = 'overview',
7678
}
7779

7880
export interface GetTemplateAPIRouteProps {

0 commit comments

Comments
 (0)