mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +08:00
feature: update app
This commit is contained in:
parent
654e46a51e
commit
c94ecf1acd
@ -49,7 +49,10 @@ class AppController extends Controller
|
|||||||
public function getVersion()
|
public function getVersion()
|
||||||
{
|
{
|
||||||
return response([
|
return response([
|
||||||
'data' => '4.0.0'
|
'data' => [
|
||||||
|
'version' => '4.0.0',
|
||||||
|
'download_url' => ''
|
||||||
|
]
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user