mirror of
https://github.com/wowlikon/LiB.git
synced 2026-03-21 23:53:38 +00:00
Исправление ошибок, добавление ИИ-ассистента
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
"""Пакет middleware"""
|
||||
from .catch_exception import catch_exception_middleware
|
||||
from .log_request import log_request_middleware
|
||||
from .not_found_handler import not_found_handler
|
||||
|
||||
__all__ = [
|
||||
"catch_exception_middleware",
|
||||
"log_request_middleware",
|
||||
"not_found_handler",
|
||||
]
|
||||
Reference in New Issue
Block a user