implement initialization of approval workflows on exam creation.
This commit is contained in:
@@ -33,5 +33,5 @@ async function post(req: NextApiRequest, res: NextApiResponse) {
|
||||
|
||||
await replaceApprovalWorkflowsByEntities(configuredWorkflows, entitiesIds);
|
||||
|
||||
return res.status(201).json({ ok: true });
|
||||
return res.status(204).end();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user