e
Showing
1 changed file
with
1 additions
and
3 deletions
| ... | @@ -11,9 +11,7 @@ | ... | @@ -11,9 +11,7 @@ |
| 11 | | | 11 | | |
| 12 | */ | 12 | */ |
| 13 | 13 | ||
| 14 | // CORS | 14 | |
| 15 | header('Access-Control-Allow-Origin:*'); | ||
| 16 | header('Access-Control-Allow-Credentials: true'); | ||
| 17 | 15 | ||
| 18 | Route::get('/', function () { | 16 | Route::get('/', function () { |
| 19 | return view('welcome'); | 17 | return view('welcome'); | ... | ... |
-
Please register or sign in to post a comment