Add a config route for DU

This commit is contained in:
Alex Holliday
2025-02-12 13:45:38 -08:00
parent b015f7b61a
commit 89a542e804

View File

@@ -107,6 +107,14 @@ const Routes = () => {
</ProtectedDistributedUptimeRoute>
}
/>
<Route
path="/distributed-uptime/configure/:monitorId"
element={
<ProtectedDistributedUptimeRoute>
<CreateDistributedUptime />
</ProtectedDistributedUptimeRoute>
}
/>
<Route
path="/distributed-uptime/:monitorId"
element={