5 lines
77 B
PHP
5 lines
77 B
PHP
<?php
|
|
header('Content-Type: application/json');
|
|
|
|
echo json_encode('pong');
|
|
?>
|