Merge pull request #1368 from openclassify/cors-package-added

Update streams.php
This commit is contained in:
MostafaMoradii 2023-12-05 19:19:48 +03:00 committed by GitHub
commit f859f20a4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,9 @@ return [
|
*/
'middleware' => [],
'middleware' => [
\Illuminate\Http\Middleware\HandleCors::class
],
/*
|--------------------------------------------------------------------------