aboutsummaryrefslogtreecommitdiffhomepage
path: root/infrastructure/Api
diff options
context:
space:
mode:
authorMarvin Borner2018-08-26 13:48:16 +0200
committerMarvin Borner2018-08-26 13:48:16 +0200
commitab9f2ead9998cc23d143cd28dead1a3dadc316e2 (patch)
tree05c77656f1cd56eaf001cd1616f444335415b21c /infrastructure/Api
parentadf07b310bddf751584db0717b8f501b8acda32a (diff)
Renamed to Texx
Diffstat (limited to 'infrastructure/Api')
-rw-r--r--infrastructure/Api/Controllers/DefaultApiController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/infrastructure/Api/Controllers/DefaultApiController.php b/infrastructure/Api/Controllers/DefaultApiController.php
index c9f35d0..1bb11bf 100644
--- a/infrastructure/Api/Controllers/DefaultApiController.php
+++ b/infrastructure/Api/Controllers/DefaultApiController.php
@@ -10,7 +10,7 @@ class DefaultApiController extends BaseController
public function index()
{
return response()->json([
- 'message' => 'Welcome to the official BEAM-Messenger API'
+ 'message' => 'Welcome to the official Texx API'
]);
}
}