Bosquejo
This commit is contained in:
4
resources/routes/web.php
Normal file
4
resources/routes/web.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
use ProVM\TotalSport\Common\Controller\Web\Home;
|
||||
|
||||
$app->get('/', Home::class);
|
Reference in New Issue
Block a user