dyjh 6 years ago
parent
commit
a364a0efff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      routes/web.php

+ 1 - 1
routes/web.php

xqd
@@ -36,7 +36,7 @@ Route::get('image/{md5}', [
 //     $obj = $obj->find(1);
 //     var_dump($obj);exit;
 // });
-Route::any('/', function () {
+Route::any('/addons/furniture/public/', function () {
     //dd(request()->getRequestUri());
     dd(111);
 });