Specs stay at repo root (cross-VM). Move deploy and code into logical projects with README per domain, updated manifest.yaml, and symlinks at legacy paths for VM122 backward compatibility.
3 lines
86 B
Python
3 lines
86 B
Python
from app.modules.routes import router as modules_router
|
|
|
|
__all__ = ["modules_router"]
|