Started working on the assignments page
This commit is contained in:
@@ -45,6 +45,7 @@ async function post(req: NextApiRequest, res: NextApiResponse) {
|
||||
name: body.name,
|
||||
admin: body.admin,
|
||||
participants: body.participants,
|
||||
entity: body.entity,
|
||||
});
|
||||
res.status(200).json({ok: true, id});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user