Se agrega seccion de evento
This commit is contained in:
6
resources/routes/web/eventos.php
Normal file
6
resources/routes/web/eventos.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
use ProVM\TotalSport\Common\Controller\Web\Eventos;
|
||||
|
||||
$app->group('/evento/{evento}', function($app) {
|
||||
$app->get('[/]', Eventos::class);
|
||||
});
|
Reference in New Issue
Block a user