Ver Fonte

测试路由

Swdz-WangHaiJun há 4 anos atrás
pai
commit
a66deba29d
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      routes/web.php

+ 1 - 0
routes/web.php

xqd
@@ -33,6 +33,7 @@ Route::get('/api/set_week_schedule', 'ScheDuleController@setWeekSchedule');
 Route::get('/api/get_week_chedule', 'ScheDuleController@getWeekSchedule');
 Route::get('/api/set_self_schedule', 'ScheDuleController@setSelfSchedule');
 Route::get('/api/insert_times', 'ScheDuleController@insert_times');
+Route::get('/test', 'IndexController@test');
 
 //用户信息
 Route::get('/api/getScheduleInfo', 'ScheDuleController@getScheduleInfo');