Browse Source

测试路由

Swdz-WangHaiJun 4 năm trước cách đây
mục cha
commit
a66deba29d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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');