diff --git a/www/apps/book/app/basics/workflows/page.mdx b/www/apps/book/app/basics/workflows/page.mdx index 758a47dacc..f8cbe566da 100644 --- a/www/apps/book/app/basics/workflows/page.mdx +++ b/www/apps/book/app/basics/workflows/page.mdx @@ -196,7 +196,7 @@ npm run dev Then, send a `GET` request to `/workflow`: ```bash -curl http://localhost:9000/workflow +curl http://localhost:9000/workflow?name=john ``` You’ll receive the following response: