瀏覽代碼

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');