MIF_E31222691/app/Http/Middleware/HandleCors.php

17 lines
255 B
PHP

<?php
namespace App\Http\Middleware;
use Fruitcake\Cors\HandleCors as Middleware;
class HandleCors extends Middleware
{
/**
* The paths to enable CORS on.
* Example: ['api/*']
*
* @var array
*/
protected $paths = [];
}