diff --git a/config/streams.php b/config/streams.php index 56fdcff0e..7add737bb 100644 --- a/config/streams.php +++ b/config/streams.php @@ -90,9 +90,7 @@ return [ | */ - 'middleware' => [ - \Fruitcake\Cors\HandleCors::class, # this line - ], + 'middleware' => [], /* |--------------------------------------------------------------------------