Commit ff8d1fa7 by 冷斌

fix bug

parent da8a5d6e
<?php <?php
return []; 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