diff --git a/routes/web/hardware.php b/routes/web/hardware.php index 765cf9afc7..7bd9c19c67 100644 --- a/routes/web/hardware.php +++ b/routes/web/hardware.php @@ -146,10 +146,6 @@ Route::group( [AssetFilesController::class, 'show'] )->name('show/assetfile'); - Route::delete('{assetId}/delete', - [AssetsController::class, 'destroy'] - )->name('hardware/delete'); - Route::post( 'bulkedit', [BulkAssetsController::class, 'edit']