Loading routes/web.php +0 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ })->name('dashboard'); }); <<<<<<< routes/web.php Route::prefix('catalogos')->name('catalogos.')->group(function () { Route::get('/cargos', [CargoController::class, 'index'])->name('cargos.get'); Route::post('/cargos', [CargoController::class, 'store'])->name('cargos.store'); Loading Loading
routes/web.php +0 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ })->name('dashboard'); }); <<<<<<< routes/web.php Route::prefix('catalogos')->name('catalogos.')->group(function () { Route::get('/cargos', [CargoController::class, 'index'])->name('cargos.get'); Route::post('/cargos', [CargoController::class, 'store'])->name('cargos.store'); Loading