mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	feature: update app
This commit is contained in:
		| @@ -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' => '' | ||||||
|  |             ] | ||||||
|         ]); |         ]); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user