New /api/v1/infra/stack/status probes all stack apps/APIs/SW; Infra UI groups proc-cards by VM; wire vm123 router; menu INFRA COD and Serviços IaaS · Infra as Code labels. Co-authored-by: Cursor <cursoragent@cursor.com>
5 lines
126 B
Python
5 lines
126 B
Python
"""VM123 integration — Spec 027 Fase 3."""
|
|
|
|
from app.vm123.routes import router as vm123_router
|
|
|
|
__all__ = ["vm123_router"]
|