useful-api.org/controllers/GET.php

5 lines
70 B
PHP

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