Skip to content

Commit

Permalink
Merge branch 'hubbub' into hubbub-session-scope-wip
Browse files Browse the repository at this point in the history
  • Loading branch information
emmachughes committed Nov 14, 2023
2 parents 64c81e8 + de320f8 commit 034453d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sourcecode/hub/routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
return view('welcome');
})->name('home');

Route::middleware('can:log-in')->group(function () {
Route::middleware('can:login')->group(function () {
Route::get('/login')
->uses([LoginController::class, 'login'])
->name('login');
Expand Down

0 comments on commit 034453d

Please sign in to comment.