We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e969fbe commit bf93557Copy full SHA for bf93557
application/api/controller/Api.php
@@ -31,7 +31,7 @@ class Api extends Controller
31
'options' => 'options',
32
];
33
/**
34
- * 允许访问的请求类型
+ * 允许访问的请求类型
35
* @var string
36
*/
37
public $restMethodList = 'get|post|put|delete|patch|head|options';
0 commit comments