4 lines
120 B
PHP
4 lines
120 B
PHP
<?php
|
|
$API_URL="http://biblio/api/api.php";
|
|
header("Access-Control-Allow-Origin: http://biblio_backend/api/api.php");
|
|
?>
|