mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-21 00:48:45 -05:00
add public route
This commit is contained in:
@@ -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="*"
|
||||
|
||||
Reference in New Issue
Block a user