refactor(routes): move search domain into routes/search/ subpackage (#5779)

Slice 2j of the route-domain reorganization (#4082/#4071). Moves
search_routes.py into routes/search/, leaving a backward-compat
sys.modules shim. Pure file reorganization, no behavior change.
This commit is contained in:
Tal.Yuan
2026-07-29 04:26:29 +08:00
committed by GitHub
parent 01790c2f08
commit 25a4d134b1
5 changed files with 137 additions and 108 deletions
+1 -1
View File
@@ -692,7 +692,7 @@ from routes.history.history_routes import setup_history_routes
app.include_router(setup_history_routes(session_manager, upload_handler=upload_handler))
# Search
from routes.search_routes import setup_search_routes
from routes.search.search_routes import setup_search_routes
app.include_router(setup_search_routes(config))
# Presets