fix incorrect key

This commit is contained in:
2023-07-11 19:28:59 +10:00
parent a6022f7251
commit 329ff7c478

View File

@@ -18,7 +18,7 @@ class InfoController extends ApiController
{
$info = [
"version" => "1.0.0",
"max_file_size" => Media::getMaxUploadSize()
"max_upload_size" => Media::getMaxUploadSize()
];
return $this->respondJson($info);