Browse Source

feature: update app

Tokumeikoi 4 years ago
parent
commit
c94ecf1acd
1 changed files with 4 additions and 1 deletions
  1. 4 1
      app/Http/Controllers/Client/AppController.php

+ 4 - 1
app/Http/Controllers/Client/AppController.php

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