Test branch rule

This commit is contained in:
Aykhan 2023-09-18 14:23:43 +04:00
parent 153502b146
commit 8626ac3623

View File

@ -36,4 +36,4 @@ async def validation_exception_handler(request, exc):
@app.exception_handler(404) @app.exception_handler(404)
async def custom_404_handler(_, __): async def custom_404_handler(_, __):
return FileResponse(settings.STATIC_FOLDER / '404.jpg') return FileResponse(settings.STATIC_FOLDER / '404.jpg') #