diff --git a/app/controller/Index.php b/app/controller/Index.php index 16daac9..d2fa4d7 100644 --- a/app/controller/Index.php +++ b/app/controller/Index.php @@ -37,7 +37,8 @@ class Index "name" => $trueName, "url" => 'http://' . $serverIP . '/' . $savename, // "url" => 'http://192.168.1.105:8080/file/' . $savename, - ] + ], + 'env' => $env->get(), ]); } }