feat: enable all run routes /*
This commit is contained in:
@@ -56,7 +56,7 @@ export const PageWrapper = () => {
|
|||||||
<Route element={<UserRoute />}>
|
<Route element={<UserRoute />}>
|
||||||
<Route path="/" element={<Navigate to="/robots" replace />} />
|
<Route path="/" element={<Navigate to="/robots" replace />} />
|
||||||
<Route path="/robots/*" element={<MainPage handleEditRecording={handleEditRecording} initialContent="robots" />} />
|
<Route path="/robots/*" element={<MainPage handleEditRecording={handleEditRecording} initialContent="robots" />} />
|
||||||
<Route path="/runs" element={<MainPage handleEditRecording={handleEditRecording} initialContent="runs" />} />
|
<Route path="/runs/*" element={<MainPage handleEditRecording={handleEditRecording} initialContent="runs" />} />
|
||||||
<Route path="/proxy" element={<MainPage handleEditRecording={handleEditRecording} initialContent="proxy" />} />
|
<Route path="/proxy" element={<MainPage handleEditRecording={handleEditRecording} initialContent="proxy" />} />
|
||||||
<Route path="/apikey" element={<MainPage handleEditRecording={handleEditRecording} initialContent="apikey" />} />
|
<Route path="/apikey" element={<MainPage handleEditRecording={handleEditRecording} initialContent="apikey" />} />
|
||||||
</Route>
|
</Route>
|
||||||
|
|||||||
Reference in New Issue
Block a user