mirror of
https://github.com/aykhans/portfolio-blog.git
synced 2025-04-16 19:03:11 +00:00
Test ruff action
This commit is contained in:
parent
c56dd56996
commit
68848006d0
@ -26,7 +26,7 @@ app.state.limiter = limiter
|
|||||||
app.include_router(main_router)
|
app.include_router(main_router)
|
||||||
|
|
||||||
|
|
||||||
app.add_exception_handler(RateLimitExceeded, _rate_limit_exceeded_handler)
|
app.add_exception_handler(RateLimitExceeded, _rate_limit_exceeded_handler) # test line length
|
||||||
|
|
||||||
|
|
||||||
@app.exception_handler(ValidationError)
|
@app.exception_handler(ValidationError)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user