wanghaijun преди 4 години
родител
ревизия
d9bc2a876c
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      routes/web.php

+ 2 - 2
routes/web.php

xqd
@@ -40,6 +40,6 @@ Route::get('/test', 'IndexController@test');
 Route::get('/api/getScheduleInfo', 'ScheDuleController@getScheduleInfo');
 Route::get('/api/getAppiontInfo', 'Appiontcontroller@getAppiontInfo');
 Route::get('/api/docterList', 'Appiontcontroller@docterList');
-Route::get('/api/organizationList', 'Appiontcontroller@organizationList');
-Route::post('/api/organizationList', 'Appiontcontroller@organizationList');
+Route::get('/api/organizationList', 'AppiontController@organizationList');
+Route::post('/api/organizationList', 'AppiontController@organizationList');