Refactor project structure and add new features

This commit is contained in:
Serge Zaigraeff
2025-10-23 00:42:09 +03:00
parent 144414fcf8
commit 852f7975b9
63 changed files with 8101 additions and 1341 deletions
+6
View File
@@ -0,0 +1,6 @@
"""
Модуль middleware.py содержит различные middleware для Flask приложения.
"""
# Request logging middleware is already implemented in infrastructure/logging/request_logger.py
# This file can be used for additional middleware if needed in the future