From 1a6c57ccaab51f45b090755b5eb17094ae8666d1 Mon Sep 17 00:00:00 2001 From: Carlos Valdivia Date: Sun, 16 Apr 2023 19:18:13 +0200 Subject: [PATCH] Open fastapi implementation by default --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1600639..727e17b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ In order to track all your API requests you must implement the 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 (glob pattern) -
+
FastAPI ```Python