Ver Fonte

xg 路由

刘桂岩 há 3 anos atrás
pai
commit
c4d4ec99a2
1 ficheiros alterados com 1 adições e 0 exclusões
  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');