useful-api.org/controllers/GET.php
2023-11-22 21:25:33 +01:00

5 lines
69 B
PHP

<?php
return function (array $context) {
echo "Hello World";
};