wang jun 2 years ago
parent
commit
80ccd89f90
1 changed files with 2 additions and 0 deletions
  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 [
 
 ];