소스 검색

xg 路由

刘桂岩 3 년 전
부모
커밋
c4d4ec99a2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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');