wanghaijun před 4 roky
rodič
revize
d9bc2a876c
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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');