6 lines
287 B
Python
6 lines
287 B
Python
"""
|
|
Модуль 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 |