funcion/refactor-general #45

Merged
atasistro merged 240 commits from funcion/refactor-general into master 2025-06-19 21:10:19 -03:00
Showing only changes of commit 23af6ccd61 - Show all commits

View file

@ -26,7 +26,6 @@ Route::middleware('api')->group(function() {
Route::prefix('subpedidos')->group(function () { Route::prefix('subpedidos')->group(function () {
Route::get('/','Api\SubpedidoController@index'); Route::get('/','Api\SubpedidoController@index');
Route::get('/resources', 'Api\SubpedidoController@indexResources');
Route::get('{subpedido}','Api\SubpedidoController@show'); Route::get('{subpedido}','Api\SubpedidoController@show');
Route::post('/','Api\SubpedidoController@store'); Route::post('/','Api\SubpedidoController@store');
Route::post('/{subpedido}/sync', 'Api\SubpedidoController@syncProductos'); Route::post('/{subpedido}/sync', 'Api\SubpedidoController@syncProductos');