Skip to content

Commit

Permalink
fix(posts): remove incorrect characters from image urls
Browse files Browse the repository at this point in the history
  • Loading branch information
nat236919 committed Oct 14, 2024
1 parent b49c825 commit d731a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/posts/building_high_performance_app.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Together, these components enable you to build an API that responds quickly whil

## How Does the Stack Work?

{{< image src="<https://i.ibb.co/gWgjhWq/high-app-diagram.jpg>" alt="stack-diagram" position="center">}}
{{< image src="https://i.ibb.co/gWgjhWq/high-app-diagram.jpg" alt="stack-diagram" position="center">}}

1. FastAPI receives an API request that triggers a task (e.g., sending an email).

Expand Down Expand Up @@ -219,7 +219,7 @@ GET http://localhost:8000/task-status/{task_id}

Visit <http://localhost:5555> to view task statuses and worker health in real-time.

{{< image src="<https://i.ibb.co/p3XDY6F/flower.jpg>" alt="flower" position="center">}}
{{< image src="https://i.ibb.co/p3XDY6F/flower.jpg" alt="flower" position="center">}}

## Use Cases of This Stack

Expand Down

0 comments on commit d731a07

Please sign in to comment.