Skip to content

Commit

Permalink
Fix FastAPI tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Sep 3, 2024
1 parent f4192ee commit 49b2601
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/how_to/integrations/FastAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ conda install fastapi
```
:::

::::

## Create a FastAPI application

Start by creating a FastAPI application. In this application, we will define a root endpoint that returns a simple JSON response. Open your text editor or IDE and create a file named main.py:
Expand Down

0 comments on commit 49b2601

Please sign in to comment.