Commit f5fe3ff7 f5fe3ff7870c02c1c1c1d20e6fcc052c0bb37e17 by lemon

*

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