5 lines
101 B
PHP
5 lines
101 B
PHP
![]() |
<?php
|
||
|
/* Just an example of route extension */
|
||
|
$route = function($handler) {
|
||
|
die('hello world!');
|
||
|
};
|