Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Fixes missing web middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Sep 3, 2020
1 parent 865012c commit 10cc37b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

Route::prefix('vapor-ui')
->middleware([
'web',
EnsureUserIsAuthorized::class,
EnsureEnvironmentVariables::class,
EnsureUpToDateAssets::class,
Expand Down

0 comments on commit 10cc37b

Please sign in to comment.