Browse Source

路由修改

wanghaijun 4 years ago
parent
commit
d9bc2a876c
1 changed files with 2 additions and 2 deletions
  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');