From 7428c9569ea34310daa63fae0935ab7c6ea3b5c4 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Fri, 17 Feb 2023 14:49:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=20=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=EF=BC=8C=E6=8E=92=E9=99=A4=20show?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/admin.php b/routes/admin.php index 4756c78..43e2c71 100644 --- a/routes/admin.php +++ b/routes/admin.php @@ -40,7 +40,7 @@ Route::resource('user-groups', UserGroupController::class); -Route::resource('maintenances', MaintenanceController::class); +Route::resource('maintenances', MaintenanceController::class)->except('show'); Route::get('devices', [DeviceController::class, 'index'])->name('devices.index'); Route::delete('devices', [DeviceController::class, 'destroy'])->name('devices.destroy');