drnk.me/controllers/slug/GET.php

6 lines
72 B
PHP
Raw Normal View History

2023-11-29 21:17:08 +00:00
<?php
return function (array &$context) {
echo "Hello World 2";
};