刘桂岩 hace 3 años
padre
commit
c4d4ec99a2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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');