ip-show/latency-api.php

4 lines
No EOL
88 B
PHP

<?php
header('Content-Type: application/json');
echo json_encode(['status' => 'ok']);
?>