Commit 1b78bd4b by 冷斌

fix bug

parent 73007e70
<?php
return [
'URL_ROUTER_ON' => true,
'URL_ROUTE_RULES' => [
'test' => function () {
echo 'just test';
},
],
];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment