docs: general improvements and additions (#12296)

This commit is contained in:
Shahed Nasser
2025-04-25 19:00:45 +03:00
committed by GitHub
parent e2a7dbb61b
commit 43d282da8b
32 changed files with 17403 additions and 16544 deletions
@@ -222,7 +222,7 @@ export const POST = async (
) => {
const { result } = await createPostWorkflow(req.scope)
.run({
input: result.validatedBody
input: result.validatedBody,
})
return res.json(result)
@@ -987,7 +987,7 @@ export default async function orderConfirmationJob(
await sendOrderConfirmationWorkflow(container).run({
input: {
id: "order_123",
}
},
})
}
export const config = {