Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Commit bf2a223

Browse files
committed
Enable back analytics midleware
1 parent eaf5418 commit bf2a223

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
allow_methods=["*"],
1919
allow_headers=["*"],
2020
)
21-
# app.add_middleware(Analytics, api_key=os.getenv("ANALYTICS_API_KEY"))
21+
app.add_middleware(Analytics, api_key=os.getenv("ANALYTICS_API_KEY"))
2222

2323
load_dotenv()
2424

0 commit comments

Comments
 (0)