Commit 033065cb by 冷斌

fix bug

parent 1fcd96aa
......@@ -17,8 +17,8 @@ if (file_exists("data/conf/route.php")) {
}
$routes = [
'notify_wx' => function() {
echo 1; die;
'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