mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-06 08:40:33 -05:00
add the route for configure page
This commit is contained in:
@@ -148,6 +148,10 @@ const Routes = () => {
|
||||
path="infrastructure/create"
|
||||
element={<InfrastructureCreate />}
|
||||
/>
|
||||
<Route
|
||||
path="/infrastructure/configure/:monitorId"
|
||||
element={<InfrastructureCreate />}
|
||||
/>
|
||||
<Route
|
||||
path="infrastructure/:monitorId"
|
||||
element={<InfrastructureDetails />}
|
||||
|
||||
Reference in New Issue
Block a user