From 07711f98760b8ce9fdbfdd33e45d743340d0430c Mon Sep 17 00:00:00 2001 From: alka Date: Fri, 24 Apr 2026 03:49:56 +0000 Subject: [PATCH] Commenting out code for request validation --- src/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.py b/src/main.py index 1e72219..3296aa5 100644 --- a/src/main.py +++ b/src/main.py @@ -63,7 +63,6 @@ app.add_middleware(SlowAPIMiddleware) - def security_headers_middleware(app: FastAPI): is_production = False