whj преди 4 години
родител
ревизия
d56cbf41f4
променени са 2 файла, в които са добавени 36 реда и са изтрити 3 реда
  1. 34 3
      app/Http/Controllers/IndexController.php
  2. 2 0
      routes/web.php

Файловите разлики са ограничени, защото са твърде много
+ 34 - 3
app/Http/Controllers/IndexController.php


+ 2 - 0
routes/web.php

xqd
@@ -34,6 +34,8 @@ 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');

Някои файлове не бяха показани, защото твърде много файлове са промени