full project metadata in json
This commit is contained in:
parent
d8f34197c4
commit
65f3cbb74f
|
|
@ -47,7 +47,7 @@ app.use("*", async (c, next) => {
|
|||
// ----------------------------------------------------------------------------
|
||||
|
||||
api.get('/projects', async c => {
|
||||
return c.json(await projectsWithDates())
|
||||
return c.json(await projectsWithMetadata())
|
||||
})
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user