4 lines
53 B
PHP
Executable File
4 lines
53 B
PHP
Executable File
<?php
|
|
echo json_encode(["test" => "working"]);
|
|
?>
|