Добавление страницы 2FA, poetry -> uv

This commit is contained in:
2026-01-11 15:26:39 +03:00
parent 83957ff548
commit 758e0fc9e6
14 changed files with 2654 additions and 2356 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ from library_service.settings import (
get_logger,
)
SKIP_LOGGING_PATHS = frozenset({"/health", "/favicon.ico"})
SKIP_LOGGING_PATHS = frozenset({"/favicon.ico", "/favicon.svg"})
@asynccontextmanager