feature: update app

This commit is contained in:
Tokumeikoi 2020-08-13 14:27:12 +08:00
parent 654e46a51e
commit c94ecf1acd

View File

@ -49,7 +49,10 @@ class AppController extends Controller
public function getVersion()
{
return response([
'data' => '4.0.0'
'data' => [
'version' => '4.0.0',
'download_url' => ''
]
]);
}