From 8626ac362372336d1999e998e9a3238dd04037b9 Mon Sep 17 00:00:00 2001 From: Aykhan Date: Mon, 18 Sep 2023 14:23:43 +0400 Subject: [PATCH] Test branch rule --- src/app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/main.py b/src/app/main.py index b6943cb..c012f3b 100644 --- a/src/app/main.py +++ b/src/app/main.py @@ -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') #