Skip to content

Commit

Permalink
chore :: routing setting
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Aug 6, 2024
1 parent b960a2b commit 767b873
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/router/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import { TeamDeployContainerTraces } from '@/pages/Team/deploy/Container/Traces'
import { TeamDeployContainerEnv } from '@/pages/Team/deploy/Container/Env';
import { TeamDeployContainerHistory } from '@/pages/Team/deploy/Container/History';
import { TeamDeployContainerHistoryLog } from '@/pages/Team/deploy/Container/HistoryLog';
import { TeamDeployContainerAlert } from '@/pages/Team/deploy/Container/Alert';

export const Router = createBrowserRouter([
{
Expand Down Expand Up @@ -65,6 +66,10 @@ export const Router = createBrowserRouter([
},
],
},
{
path: 'alert',
element: <TeamDeployContainerAlert />,
},
],
},
],
Expand Down

0 comments on commit 767b873

Please sign in to comment.