wang jun 2 년 전
부모
커밋
80ccd89f90
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      route/route.php

+ 2 - 0
route/route.php

@@ -16,6 +16,8 @@ Route::get('think', function () {
 Route::get('hello/:name', 'index/hello');
 
 Route::get('datastatistics', 'index/index/datastatistics');
+
+Route::get('mealcenterstatistics', 'index/index/mealcenterlist');
 return [
 
 ];