chevereto-free/app/routes/overrides/route.hello-world.php

5 lines
101 B
PHP

<?php
/* Just an example of route extension */
$route = function($handler) {
die('hello world!');
};