mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
Update demo.php
This commit is contained in:
parent
2a01a22bb0
commit
d995553778
@ -30,7 +30,7 @@ invoke(function (App $app) {
|
||||
$app->route->post('index/pass', function () {
|
||||
return json(['code' => 0, 'info' => '演示环境禁止修改用户密码!']);
|
||||
});
|
||||
$app->route->post('config/system', function () {
|
||||
$app->route->post('admin/config/system', function () {
|
||||
return json(['code' => 0, 'info' => '演示环境禁止修改系统配置!']);
|
||||
});
|
||||
$app->route->post('config/storage', function () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user