Skip to content

Commit

Permalink
quick comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Gkrumbach07 committed Jan 6, 2025
1 parent 9462b08 commit 113e8c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/pages/external/ExternalRoutes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import { Route, Routes } from 'react-router-dom';
import PipelinesSdkRedirect from './redirectComponents/PipelinesSdkRedirects';
import ExternalRedirectNotFound from './redirectComponents/ExternalRedirectNotFound';

/**
* Be sure to keep this file in sync with the documentation in `docs/external-redirects.md`.
*/
const ExternalRoutes: React.FC = () => (
<Routes>
<Route path="/pipelinesSdk/:namespace/*" element={<PipelinesSdkRedirect />} />
Expand Down

0 comments on commit 113e8c2

Please sign in to comment.