dyjh 6 年 前
コミット
2eb7df503d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      routes/web.php

+ 1 - 1
routes/web.php

xqd
@@ -66,7 +66,7 @@ if (strpos(request()->getRequestUri(), '/addons/') !== false) {
                         Route::middleware(['auth.api'])->group(function () use ($action, $route) {
                             Route::any('/', ['as' => $route[0],
                                 'uses' => $action]);
-                        }
+                        });
                     }
                 }
         /*    });