diff --git a/routes/web.php b/routes/web.php index e600775..dc56026 100644 --- a/routes/web.php +++ b/routes/web.php @@ -52,7 +52,6 @@ Route::group(['prefix' => 'worklist', 'as' => 'worklist.'], function () { Route::get('/', [WorklistController::class, 'index'])->name('index'); - // Route::get('{hashid}/edit', [WorklistController::class, 'edit'])->name('edit'); }); Route::group(['prefix' => 'studies', 'as' => 'studies.'], function () {