Commit 62811b31 by 赵增煜

新增route

parent d28fb7d0
......@@ -30,6 +30,10 @@
$router->resource('pharmacist', 'PharmacistController');
//标签
$router->resource('tag', 'TagController');
//医师纠错
$router->resource('doctor_correction', 'DoctorCorrectionController');
//药店纠错
$router->resource('pharmacy_correction', 'PharmacyCorrectionController');
// 导入日志
$router->resource('/import-log', 'Common\ImportLogController')->names('import-log');
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment