aboutsummaryrefslogtreecommitdiffhomepage
path: root/infrastructure
diff options
context:
space:
mode:
Diffstat (limited to 'infrastructure')
-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'
]);
}
}