diff --git a/config/streams.php b/config/streams.php index 7add737bb..54f3e3d30 100644 --- a/config/streams.php +++ b/config/streams.php @@ -90,7 +90,9 @@ return [ | */ - 'middleware' => [], + 'middleware' => [ + \Illuminate\Http\Middleware\HandleCors::class + ], /* |--------------------------------------------------------------------------