diff --git a/app/main.py b/app/main.py index 895de96..796b493 100644 --- a/app/main.py +++ b/app/main.py @@ -50,8 +50,7 @@ def create_application() -> FastAPI: status_code=429, content={ "error": "Too Many Requests", - "message": "Chill out! You've reached the rate limit. Please wait a moment before trying again.", - "limit": str(exc.detail) + "message": "Chill out! You've reached the rate limit. Please wait a moment before trying again." } )