feat: implementacion inicial descargo de peps
This commit is contained in:
@@ -130,4 +130,11 @@ router.include_router(
|
||||
consolidated_reports_router,
|
||||
prefix="/a76/reports/importacion/consolidados",
|
||||
tags=["a76 / reports"]
|
||||
)
|
||||
|
||||
from .reports.exportacion.descargo.routes import router as discharge_reports_router
|
||||
router.include_router(
|
||||
discharge_reports_router,
|
||||
prefix="/a76/reports/exportacion/descargo",
|
||||
tags=["a76 / reports"]
|
||||
)
|
||||
Reference in New Issue
Block a user