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