dyjh 6 년 전
부모
커밋
050bbeea60
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      routes/web.php

+ 1 - 1
routes/web.php

xqd
@@ -74,7 +74,7 @@ if (strpos(request()->getRequestUri(), '/addons/') !== false) {
                 if (file_exists($file)) {
                     $controller = implode("\\", $route) . "Controller";
                     $action = $controller . "@" . $baseRoute[count($route)];
-dd($action);
+dd($apiRoute[$route_url]);
                     if ($apiRoute[$route_url]['auth'] == true) {
                         Route::middleware(['auth.api'])->group(function () use ($action, $route, $auth, $route_url) {
                             switch ($auth[$route_url]['method']) {