fix chat issues

This commit is contained in:
OwusuBlessing
2025-06-18 16:39:29 +01:00
parent 95a4d0f035
commit cbfdd96412
2 changed files with 47 additions and 9 deletions
+1 -3
View File
@@ -70,9 +70,7 @@ async def log_requests(request: Request, call_next):
logger.info(log_msg)
print(log_msg)
headers_msg = f"🔥 Headers: {dict(request.headers)}"
logger.info(headers_msg)
print(headers_msg)
# Get request body for POST requests
if request.method == "POST":