@@ -515,6 +515,6 @@ class IndexController extends Controller
]
];
- dd(json_encode($text));
+ return $text;
}