Auth, Login, Home, Venta->Listados->Precios
This commit is contained in:
6
app/resources/routes/api/proyectos.php
Normal file
6
app/resources/routes/api/proyectos.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
use Incoviba\Controller\Proyectos;
|
||||
|
||||
$app->group('/proyectos', function($app) {
|
||||
$app->get('[/]', [Proyectos::class, 'list']);
|
||||
});
|
Reference in New Issue
Block a user