fix incorrect key
This commit is contained in:
@@ -18,7 +18,7 @@ class InfoController extends ApiController
|
|||||||
{
|
{
|
||||||
$info = [
|
$info = [
|
||||||
"version" => "1.0.0",
|
"version" => "1.0.0",
|
||||||
"max_file_size" => Media::getMaxUploadSize()
|
"max_upload_size" => Media::getMaxUploadSize()
|
||||||
];
|
];
|
||||||
|
|
||||||
return $this->respondJson($info);
|
return $this->respondJson($info);
|
||||||
|
|||||||
Reference in New Issue
Block a user