Files
pi-control/api/v1/ping.php
Gregor Schulte b303dd00d6 Init Repo
2021-06-17 12:24:22 +02:00

5 lines
77 B
PHP

<?php
header('Content-Type: application/json');
echo json_encode('pong');
?>