fix(details): corrige erro de id null (RETURNING id) e implementa navegação baseada em rotas (/patient/:patientName)
continuous-integration/webhook Deploy concluído (VPS4)

This commit is contained in:
VPS 4 Deploy Agent
2026-06-01 02:45:06 +02:00
parent bc457b0d51
commit 2fd4ab91d4
4 changed files with 21 additions and 15 deletions
+6
View File
@@ -34,6 +34,12 @@ export default function App() {
</ProtectedRoute>
} />
<Route path="/patient/:patientName" element={
<ProtectedRoute>
<DashboardPage />
</ProtectedRoute>
} />
{/* Rotas de administrador */}
<Route path="/clients" element={
<AdminRoute>