full project metadata in json

This commit is contained in:
Chris Wanstrath 2025-07-28 12:59:35 -07:00
parent d8f34197c4
commit 65f3cbb74f

View File

@ -47,7 +47,7 @@ app.use("*", async (c, next) => {
// ----------------------------------------------------------------------------
api.get('/projects', async c => {
return c.json(await projectsWithDates())
return c.json(await projectsWithMetadata())
})
// ----------------------------------------------------------------------------