mirror of
https://github.com/aykhans/portfolio-blog.git
synced 2025-07-03 02:15:21 +00:00
Test ruff action
This commit is contained in:
@ -31,7 +31,7 @@ app.add_exception_handler(RateLimitExceeded, _rate_limit_exceeded_handler)
|
|||||||
|
|
||||||
@app.exception_handler(ValidationError)
|
@app.exception_handler(ValidationError)
|
||||||
async def validation_exception_handler(request, exc):
|
async def validation_exception_handler(request, exc):
|
||||||
return await request_validation_exception_handler(request, exc) # Test ruff action
|
return await request_validation_exception_handler(request, exc)
|
||||||
|
|
||||||
|
|
||||||
@app.exception_handler(404)
|
@app.exception_handler(404)
|
||||||
|
Reference in New Issue
Block a user