Skip to content

Commit

Permalink
Use of the web middleware for drip route
Browse files Browse the repository at this point in the history
  • Loading branch information
michellaurent authored Jul 25, 2024
1 parent 0d03494 commit ce9e7a8
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 @@ -4,4 +4,4 @@

$dripRoute = config('genealabs-laravel-caffeine.route', 'genealabs/laravel-caffeine/drip');

Route::get($dripRoute, Drip::class.'@drip');
Route::get($dripRoute, Drip::class.'@drip')->middleware('web');

0 comments on commit ce9e7a8

Please sign in to comment.