Run cors middleware for testing routes

This commit is contained in:
Lance Pioch 2022-10-29 03:17:23 -04:00
parent 9592ba6cc4
commit aa0b93e16b
3 changed files with 14 additions and 11 deletions

View file

@ -90,6 +90,7 @@ class Kernel extends HttpKernel
'auth' => Authenticate::class,
'auth.basic' => AuthenticateWithBasicAuth::class,
'auth.session' => AuthenticateSession::class,
'cors' => HandleCors::class,
'guest' => RedirectIfAuthenticated::class,
'csrf' => VerifyCsrfToken::class,
'throttle' => ThrottleRequests::class,