Sistema web para crear proyecto web nuevo
This commit is contained in:
6
resources/routes/api/dependencies.php
Normal file
6
resources/routes/api/dependencies.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
use ProVM\Projects\Common\Controller\API\Dependencies;
|
||||
|
||||
$app->group('/dependencies', function($app) {
|
||||
$app->get('/search', [Dependencies::class, 'search']);
|
||||
});
|
Reference in New Issue
Block a user