wesmiler 5 years ago
parent
commit
127cfe90a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Controller/IndexController.php

+ 1 - 1
app/Controller/IndexController.php

@@ -17,7 +17,7 @@ class IndexController extends AbstractController
 
     public function index()
     {
-        echo __('test').'++';
+        echo __('api.test').'++';
         return ApiResource::success(1013);
     }
 }