move cache middleware

This commit is contained in:
doctorpangloss 2025-09-22 14:30:38 -07:00
parent a9a0f96408
commit 8b96170e53
3 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class HeuristicPath(NamedTuple):
# Import cache control middleware
from middleware.cache_middleware import cache_control
from ..middleware.cache_middleware import cache_control
async def send_socket_catch_exception(function, message):
try: