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

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')