Fix: Resolve 404 error on public status page

This commit is contained in:
Tola Leng
2025-06-26 15:43:41 +07:00
parent c30bcf9e73
commit fd08a64a05
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ function App() {
<Routes>
<Route path="/" element={<Index />} />
<Route path="/login" element={<Login />} />
<Route path="/public/:pageId" element={<PublicStatusPage />} />
<Route path="/public/:slug" element={<PublicStatusPage />} />
{/* Protected Routes */}
<Route path="/dashboard" element={