From 6d8d29b14e6485079398ecbc8049fa01e16307dc Mon Sep 17 00:00:00 2001 From: emrullahardc Date: Fri, 1 Dec 2023 14:41:08 +0300 Subject: [PATCH] Update streams.php --- config/streams.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 + ], /* |--------------------------------------------------------------------------