diff --git a/route/app.php b/route/app.php index 29bde63..6f3b8b2 100644 --- a/route/app.php +++ b/route/app.php @@ -37,6 +37,7 @@ Route::group('miniapi', function () { Route::get('customer-center/applicants', 'CustomerCenter/applicants'); Route::get('customer-center/applications', 'CustomerCenter/applications'); Route::get('customer-center/orders', 'CustomerCenter/orders'); + Route::post('customer-center/save-applicant', 'CustomerCenter/saveApplicant'); Route::post('customer-center/applicant/save', 'CustomerCenter/saveApplicant'); Route::post('customer-center/applicant/remove', 'CustomerCenter/removeApplicant'); Route::post('customer-center/applicant', 'CustomerCenter/applicant')->completeMatch();