Browse Source

xg 路由

刘桂岩 3 years ago
parent
commit
c4d4ec99a2
1 changed files with 1 additions and 0 deletions
  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');