|
@@ -662,7 +662,7 @@ Route::group([
|
|
|
$router->get('/recruit/list', 'Mobile\Ic\RecruitController@list')->name('mobile.ic.recruit.list');
|
|
|
$router->get('/recruit/show', 'Mobile\Ic\RecruitController@show')->name('mobile.ic.recruit.show');
|
|
|
$router->get('/recruit/apply', 'Mobile\Ic\RecruitController@apply')->name('mobile.ic.recruit.apply');
|
|
|
- $router->get('/teach', 'Mobile\Health\TeachController@index')->name('mobile.health.teach.index');
|
|
|
- $router->post('/teach/uploadHead', 'Mobile\Health\TeachController@uploadHead')->name('mobile.health.teach.uploadHead');
|
|
|
- $router->post('/teach/save', 'Mobile\Health\TeachController@save')->name('mobile.health.teach.save');
|
|
|
+ $router->get('/teach', 'Mobile\Health\TeachController@index')->name('mobile.ic.teach.index');
|
|
|
+ $router->post('/teach/uploadHead', 'Mobile\Health\TeachController@uploadHead')->name('mobile.ic.teach.uploadHead');
|
|
|
+ $router->post('/teach/save', 'Mobile\Health\TeachController@save')->name('mobile.ic.teach.save');
|
|
|
});
|