This commit is contained in:
amazuecos
2024-11-10 19:35:05 +01:00
parent b9a4c7cd8b
commit 294bee54ab
13 changed files with 592 additions and 11684 deletions

View File

@ -791,6 +791,14 @@ $routes->group('chat', ['namespace' => 'App\Controllers\Chat'], function ($route
});
$routes->group('produccion', ['namespace' => 'App\Controllers\Produccion'], function ($routes) {
$routes->group('ordentrabajo', ['namespace' => 'App\Controllers\Produccion'], function ($routes) {
$routes->get('', 'Ordentrabajo::index', ['as' => 'viewOrdenTrabajoIndex']);
$routes->get('edit/$1', 'Ordentrabajo::edit/$1', ['as' => 'viewOrdenTrabajoEdit']);
});
});
/*
* --------------------------------------------------------------------
* APIs Route Definitions