whj hace 4 años
padre
commit
33e3b4c69d
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      routes/web.php

+ 1 - 2
routes/web.php

xqd
@@ -34,8 +34,7 @@ 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('/info', 'IndexController@getInfo');
-Route::get('/text', 'IndexController@getText');
+
 
 //用户信息
 Route::get('/api/getScheduleInfo', 'ScheDuleController@getScheduleInfo');