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

5 lines
101 B
PHP
Raw Normal View History

2016-08-18 20:39:31 +00:00
<?php
/* Just an example of route extension */
$route = function($handler) {
die('hello world!');
};