add the route for configure page

This commit is contained in:
Vishnu Sreekumaran Nair
2025-03-14 21:40:12 -04:00
parent 3c43fab7a6
commit f10b5b1e14
+4
View File
@@ -148,6 +148,10 @@ const Routes = () => {
path="infrastructure/create"
element={<InfrastructureCreate />}
/>
<Route
path="/infrastructure/configure/:monitorId"
element={<InfrastructureCreate />}
/>
<Route
path="infrastructure/:monitorId"
element={<InfrastructureDetails />}