Mise à jour de 'api-rest/index.php'
continuous-integration/drone/push Build is passing Details

testDockerToto
Cédric BOUHOURS 2 years ago
parent 4c636e4933
commit 5990ef2d60

@ -1,5 +1,9 @@
<?php
$conn = openConnexion("BOB_PARTEAM-mysql",getenv("MYSQL_USER_TOM"),getenv("MYSQL_PASSWORD_TOM"),getenv("MYSQL_DATABASE"));
exit;
header('Access-Control-Allow-Origin: *');
header('Access-Control-Allow-Methods: POST,GET,DELETE,PUT');
/// Good to know :

Loading…
Cancel
Save