Skip to content

Commit 488d6f7

Browse files
authored
Add files via upload
1 parent 0ed9ee7 commit 488d6f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

PHP Modulos/Reportesindex.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
require_once __DIR__ . '/Controlador/ReportesVentasController.php';
3+
4+
$controller = new ReportesVentasController();
5+
$controller->manejarPeticion();

0 commit comments

Comments
 (0)