[更新]增加测试路由屏蔽

This commit is contained in:
Anyon 2018-03-13 19:58:40 +08:00
parent 083f5e67f0
commit 10b8a08466

View File

@ -15,7 +15,7 @@
use think\facade\Route;
/* 去除下面注释可启用禁用功能 */
return [];
//return [];
/* 测试环境禁止操作路由绑定 */
Route::post('admin/user/pass', function () {