Browse Source

Update Http Kernel

Daniel Supernault 5 years ago
parent
commit
715166fc67
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Http/Kernel.php

+ 1 - 0
app/Http/Kernel.php

@@ -40,6 +40,7 @@ class Kernel extends HttpKernel
         'api' => [
             'throttle:60,1',
             'bindings',
+            \Barryvdh\Cors\HandleCors::class,
         ],
     ];