Merge pull request #3 from Aykhan-s/dev

Dev
This commit is contained in:
Aykhan Shahsuvarov 2023-09-18 14:43:29 +04:00 committed by GitHub
commit f5da2cb51d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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