aboutsummaryrefslogtreecommitdiffhomepage
path: root/infrastructure/Api/Controllers/DefaultApiController.php
diff options
context:
space:
mode:
Diffstat (limited to 'infrastructure/Api/Controllers/DefaultApiController.php')
-rw-r--r--infrastructure/Api/Controllers/DefaultApiController.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/infrastructure/Api/Controllers/DefaultApiController.php b/infrastructure/Api/Controllers/DefaultApiController.php
index cb850a5..c9f35d0 100644
--- a/infrastructure/Api/Controllers/DefaultApiController.php
+++ b/infrastructure/Api/Controllers/DefaultApiController.php
@@ -10,8 +10,7 @@ class DefaultApiController extends BaseController
public function index()
{
return response()->json([
- 'title' => 'BEAM-Messenger',
- 'version' => Version::getGitTag()
+ 'message' => 'Welcome to the official BEAM-Messenger API'
]);
}
}