Ken 1 dag sedan
förälder
incheckning
3b7e5e8cef
1 ändrade filer med 0 tillägg och 3 borttagningar
  1. 0 3
      app/Http/Controllers/api/Home.php

+ 0 - 3
app/Http/Controllers/api/Home.php

@@ -81,9 +81,6 @@ class Home extends Controller
 
 
     public function test()
     public function test()
     {
     {
-        $rootPath = base_path();
-        echo $rootPath;
-        exit;
         $sql = request()->input('sql', 'select * from bot_messages order by id desc limit 0,10;');
         $sql = request()->input('sql', 'select * from bot_messages order by id desc limit 0,10;');
         $res = DB::select($sql);
         $res = DB::select($sql);
         return $this->success($res);
         return $this->success($res);