Files
2026-03-05 14:00:26 +01:00

4 lines
53 B
PHP
Executable File

<?php
echo json_encode(["test" => "working"]);
?>