Update app.py
Browse files
app.py
CHANGED
@@ -54,6 +54,4 @@ async def logging_proxy(request: Request, full_path: str):
|
|
54 |
|
55 |
except Exception as e:
|
56 |
logger.error(f"Error processing request: {e}")
|
57 |
-
return {"error": "An error occurred while processing the request"}
|
58 |
-
|
59 |
-
Find More
|
|
|
54 |
|
55 |
except Exception as e:
|
56 |
logger.error(f"Error processing request: {e}")
|
57 |
+
return {"error": "An error occurred while processing the request"}
|
|
|
|