mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-02-11 20:09:13 -06:00
Add a config route for DU
This commit is contained in:
@@ -107,6 +107,14 @@ const Routes = () => {
|
||||
</ProtectedDistributedUptimeRoute>
|
||||
}
|
||||
/>
|
||||
<Route
|
||||
path="/distributed-uptime/configure/:monitorId"
|
||||
element={
|
||||
<ProtectedDistributedUptimeRoute>
|
||||
<CreateDistributedUptime />
|
||||
</ProtectedDistributedUptimeRoute>
|
||||
}
|
||||
/>
|
||||
<Route
|
||||
path="/distributed-uptime/:monitorId"
|
||||
element={
|
||||
|
||||
Reference in New Issue
Block a user