refactor(middleware): reorganize cache middleware into py directory and update import paths

This commit is contained in:
Will Miao
2025-09-16 15:16:53 +08:00
parent 30956aeefc
commit 4275dc3003
3 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ from pathlib import Path
import os
import sys
import json
from middleware.cache_middleware import cache_control
from py.middleware.cache_middleware import cache_control
# Create mock modules for py/nodes directory - add this before any other imports
def mock_nodes_directory():