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 [
 
 ];