修复路由错误

This commit is contained in:
mkm 2023-03-20 17:39:52 +08:00
parent 57f0c8f268
commit 6ad5cc9644
2 changed files with 1 additions and 2 deletions

View File

@ -89,7 +89,7 @@ Route::group('/',function () {
* 修改个人信息
*/
Route::post('Maintainentry/changeUserMsg', 'Maintainentry/changeUserMsg');
Route::get('get_all_category', 'get_all_category');
Route::get('get_all_category', 'common/get_all_category');
/**
* 种植信息
*/

View File

@ -94,7 +94,6 @@ Route::post('profile', 'User/profile');
Route::post('upload', 'common/upload');
Route::get('idcard', 'common/idcard');
Route::get('get_all_category', 'common/get_all_category');
Route::get('get_all_category_insurance', 'common/get_all_category_insurance');
Route::get('get_all_category_health', 'common/get_all_category_health');
Route::get('getWorkArticleCount', 'Article/getWorkArticleCount');