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');