diff --git a/convention.php b/convention.php index 78bced55..0e7d3904 100644 --- a/convention.php +++ b/convention.php @@ -87,6 +87,8 @@ return [ 'url_domain_deploy' => false, // 域名根,如.thinkphp.cn 'url_domain_root' => '', + // 是否开启 rest 操作方法 + 'url_rest_action' => false, // +---------------------------------------------------------------------- // | 视图及模板设置