Browse Source

xg 路由

刘桂岩 3 năm trước cách đây
mục cha
commit
c4d4ec99a2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      route/app.php

+ 1 - 0
route/app.php

@@ -15,3 +15,4 @@ Route::get('think', function () {
 });
 
 Route::get('hello/:name', 'index/hello');
+Route::get('getReport', 'index/getReport');