mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge pull request #1368 from openclassify/cors-package-added
Update streams.php
This commit is contained in:
commit
f859f20a4c
@ -90,7 +90,9 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'middleware' => [],
|
||||
'middleware' => [
|
||||
\Illuminate\Http\Middleware\HandleCors::class
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user