asd 2 years ago
parent
commit
fbe840e599
  1. 2
      index.php

2
index.php

@ -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");

Loading…
Cancel
Save