Skip to content

Commit

Permalink
Open fastapi implementation by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vpcarlos committed Apr 16, 2023
1 parent d0f9a48 commit 1a6c57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ In order to track all your API requests you must implement the <code>ProfyleMidd
* enabled : Default true. You can use an env variable to decide if profyle is enabled.
* pattern: Profyle only will trace those paths that match with pattern (<a href="https://en.wikipedia.org/wiki/Glob_(programming)" class="external-link" target="_blank">glob pattern</a>)

<details markdown="1">
<details markdown="1" open>
<summary>FastAPI</summary>

```Python
Expand Down

0 comments on commit 1a6c57c

Please sign in to comment.