diff --git a/routes/web.php b/routes/web.php index 88efa6b..102ccfa 100644 --- a/routes/web.php +++ b/routes/web.php @@ -1,19 +1,19 @@ names('webstatement'); -}); +Route::middleware(['auth'])->group(function () {}); + +Route::get('migrasi', [MigrasiController::class, 'index'])->name('migrasi.index');