|
|
@ -1,6 +1,6 @@ |
|
|
|
<?php |
|
|
|
<?php |
|
|
|
header("Access-Control-Allow-Origin: *"); |
|
|
|
header("Access-Control-Allow-Origin: *"); |
|
|
|
header("Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, PATCH, DELETE"); |
|
|
|
header("Access-Control-Allow-Methods: GET, POST, OPTIONS"); |
|
|
|
header("Access-Control-Allow-Headers: Content-Type, Authorization"); |
|
|
|
header("Access-Control-Allow-Headers: Content-Type, Authorization"); |
|
|
|
header("Access-Control-Allow-Credentials: true"); |
|
|
|
header("Access-Control-Allow-Credentials: true"); |
|
|
|
|
|
|
|
|
|
|
|