author | Jordan Doyle <jordan@doyle.wf> | 2016-06-19 12:48:40.0 +01:00:00 |
---|---|---|
committer | Jordan Doyle <jordan@doyle.wf> | 2016-06-19 12:48:40.0 +01:00:00 |
commit | 5e03a37506c75609a97c8668226c692b566c1efc [patch] |
|
tree | 94cb5fcddcd3e2ea939c8aa96010ab177afb7798 |
|
parent | 3dc9a8ecde8414c60517ab7cd302420e774d3130 |
|
download | 5e03a37506c75609a97c8668226c692b566c1efc.tar.gz |
Disable Laravel CORS
Diff
app/Http/Kernel.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php index 54be437..a708c17 100644 --- a/app/Http/Kernel.php +++ a/app/Http/Kernel.php @@ -33,8 +33,7 @@ ], 'api' => [ \Barryvdh\Cors\HandleCors::class, 'throttle:60,1', 'throttle:60,1' ], ];