dyjh 6 tahun lalu
induk
melakukan
48c5e27429
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      routes/web.php

+ 0 - 1
routes/web.php

xqd
@@ -62,7 +62,6 @@ if (strpos(request()->getRequestUri(), '/addons/') !== false) {
                     if (file_exists($file)) {
                         $controller = implode("\\", $route) . "Controller";
                         $action = $controller . "@" . $baseRoute[count($route)];
-                        dd($action);
                         $api->any('/', ['as' => $route[0],
                             'uses' => $action]);
                     }