Skip to content

Commit

Permalink
prevent direct URL access: WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Slymee committed Dec 12, 2023
1 parent d714053 commit dfa84c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@


//admin dashboard
Route::get('dashboard', [DashboardController::class, 'index'])->middleware('restrictDirectAccess');
Route::get('dashboard', [DashboardController::class, 'index']);



Expand Down

0 comments on commit dfa84c3

Please sign in to comment.