33
Showing
1 changed file
with
4 additions
and
0 deletions
| ... | @@ -6,6 +6,10 @@ | ... | @@ -6,6 +6,10 @@ |
| 6 | * @package Laravel | 6 | * @package Laravel |
| 7 | * @author Taylor Otwell <taylorotwell@gmail.com> | 7 | * @author Taylor Otwell <taylorotwell@gmail.com> |
| 8 | */ | 8 | */ |
| 9 | |||
| 10 | header('Access-Control-Allow-Origin: *'); | ||
| 11 | header('Access-Control-Allow-Methods: GET, POST, PATCH, PUT, DELETE, OPTIONS'); | ||
| 12 | header('Access-Control-Allow-Headers: Origin, Content-Type, X-Auth-Token'); | ||
| 9 | 13 | ||
| 10 | /* | 14 | /* |
| 11 | * | 15 | * | ... | ... |
-
Please register or sign in to post a comment