清空默认路由配置

This commit is contained in:
Anyon 2017-02-07 03:08:14 -05:00
parent b7c916bc4d
commit ca8bd17521

View File

@ -9,13 +9,4 @@
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
return [
'__pattern__' => [
'name' => '\w+',
],
'[hello]' => [
':id' => ['index/hello', ['method' => 'get'], ['id' => '\d+']],
':name' => ['index/hello', ['method' => 'post']],
],
];
return [];