feature: forum replies

feature: blurbs
This commit is contained in:
Andy Burke 2025-09-21 18:29:37 -07:00
parent ab63d4ba8d
commit 591fd38088
14 changed files with 651 additions and 290 deletions

View file

@ -181,6 +181,10 @@ export async function POST(req: Request, meta: Record<string, any>): Promise<Res
});
}
console.dir({
event
});
await events.create(event);
return Response.json(event, {