diff options
author | Marvin Borner | 2018-08-26 13:48:16 +0200 |
---|---|---|
committer | Marvin Borner | 2018-08-26 13:48:16 +0200 |
commit | ab9f2ead9998cc23d143cd28dead1a3dadc316e2 (patch) | |
tree | 05c77656f1cd56eaf001cd1616f444335415b21c /infrastructure/Api | |
parent | adf07b310bddf751584db0717b8f501b8acda32a (diff) |
Renamed to Texx
Diffstat (limited to 'infrastructure/Api')
-rw-r--r-- | infrastructure/Api/Controllers/DefaultApiController.php | 2 |
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' ]); } } |