1
0
mirror of https://github.com/v2board/v2board.git synced 2025-05-09 17:54:46 +08:00

feature: update app

This commit is contained in:
Tokumeikoi 2020-08-13 14:27:12 +08:00
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' => ''
]
]); ]);
} }