diff --git a/blog/2022-010-24-image-processing-workflow-with-conductor.md b/blog/2022-010-24-image-processing-workflow-with-conductor.md index 49801c05..59468546 100644 --- a/blog/2022-010-24-image-processing-workflow-with-conductor.md +++ b/blog/2022-010-24-image-processing-workflow-with-conductor.md @@ -209,7 +209,7 @@ This image is a png, and is 900x900 pixels. We'll use the API to create a jpg t } } ``` -Our workflow is listening at ```http://localhost:8080/api/qorkflopw/image_processising``` for the input. So, we can send a curl command: +Our workflow is listening at ```http://localhost:8080/api/workflopw/image_processising``` for the input. So, we can send a curl command: ``` curl -X 'POST' \ diff --git a/blog/assets/aws-security.png b/blog/assets/aws-security.png index ee81bb29..731526e5 100644 Binary files a/blog/assets/aws-security.png and b/blog/assets/aws-security.png differ diff --git a/blog/assets/aws-workers.png b/blog/assets/aws-workers.png index cc3d9796..b902b948 100644 Binary files a/blog/assets/aws-workers.png and b/blog/assets/aws-workers.png differ