Updated rate limit feedback

This commit is contained in:
2026-01-29 13:42:16 +08:00
parent 1800ba4362
commit 6924e86b8d

View File

@@ -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."
}
)