useful-api.org/controllers/GET.php

6 lines
70 B
PHP
Raw Normal View History

2023-11-22 20:25:33 +00:00
<?php
return function (array &$context) {
2023-11-22 20:25:33 +00:00
echo "Hello World";
};