f
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -9,7 +9,7 @@ | ... | @@ -9,7 +9,7 @@ |
| 9 | 9 | ||
| 10 | header('Access-Control-Allow-Origin: *'); | 10 | header('Access-Control-Allow-Origin: *'); |
| 11 | header('Access-Control-Allow-Methods: GET, POST, PATCH, PUT, DELETE, OPTIONS'); | 11 | header('Access-Control-Allow-Methods: GET, POST, PATCH, PUT, DELETE, OPTIONS'); |
| 12 | header('Access-Control-Allow-Headers: Origin, Content-Type, X-Auth-Token'); | 12 | header('Access-Control-Allow-Headers: Origin, Content-Type, X-Auth-Token, Accept, Key'); |
| 13 | 13 | ||
| 14 | /* | 14 | /* |
| 15 | * | 15 | * | ... | ... |
-
Please register or sign in to post a comment