This commit is contained in:
thinkphp
2016-02-26 14:25:17 +08:00

View File

@@ -20,6 +20,7 @@ class Route
'PUT' => [],
'DELETE' => [],
'HEAD' => [],
'OPTIONS'=> [],
'*' => [],
];