@@ -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 [];