add public route

This commit is contained in:
Alex Holliday
2025-02-07 15:18:41 -08:00
parent 6a1675aa4a
commit e480019dea
+5
View File
@@ -128,6 +128,7 @@ const Routes = () => {
</ProtectedDistributedUptimeRoute>
}
/>
<Route
path="pagespeed"
element={<PageSpeed />}
@@ -241,6 +242,10 @@ const Routes = () => {
path="/status/public"
element={<Status />}
/>
<Route
path="/distributed-uptime/status/public/:url"
element={<DistributedUptimeStatus />}
/>
<Route
path="*"