This commit is contained in:
Dax Raad
2026-03-10 12:14:35 -04:00
parent 070c1679e4
commit d4e51e04b3
3 changed files with 6 additions and 5 deletions
@@ -28,7 +28,7 @@ export const ProjectRoutes = lazy(() =>
},
}),
async (c) => {
const projects = await Project.list()
const projects = Project.list()
return c.json(projects)
},
)