Commit f5fe3ff7 f5fe3ff7870c02c1c1c1d20e6fcc052c0bb37e17 by lemon

*

1 parent 4f7e85f8
This diff could not be displayed because it is too large.
......@@ -15,7 +15,7 @@ return [
|
*/
'paths' => ['api/*', 'sanctum/csrf-cookie'],
'paths' => ['api/*', 'release/*', 'sanctum/csrf-cookie'],
'allowed_methods' => ['*'],
......
......@@ -2,8 +2,6 @@
use Illuminate\Support\Facades\Route;
header("Access-Control-Allow-Origin: *");
/*
|--------------------------------------------------------------------------
| API Routes
......