From ab9f2ead9998cc23d143cd28dead1a3dadc316e2 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 26 Aug 2018 13:48:16 +0200 Subject: Renamed to Texx --- infrastructure/Api/Controllers/DefaultApiController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infrastructure/Api') 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' ]); } } -- cgit v1.2.3