ligbox-ops-platform/projects/ops-desk/api/app/vm123/__init__.py
Ligbox Spec Hub 3ee63b3018 Add full stack health cards for VMs 112-130 and rename INFRA COD.
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>
2026-06-19 22:41:53 +00:00

5 lines
126 B
Python

"""VM123 integration — Spec 027 Fase 3."""
from app.vm123.routes import router as vm123_router
__all__ = ["vm123_router"]