change no process cartable
This commit is contained in:
@@ -481,6 +481,7 @@ Route::prefix('missions')
|
||||
->group(function () {
|
||||
Route::get('/', 'index')->name('index');
|
||||
Route::post('/', 'store')->name('store');
|
||||
Route::post('/no_process','noProcess')->name('noProcess');
|
||||
Route::get('/{mission}', 'show')->name('show');
|
||||
Route::post('/{mission}', 'update')->name('update');
|
||||
Route::delete('/{mission}', 'destroy')->name('destroy');
|
||||
@@ -501,7 +502,6 @@ Route::prefix('missions')
|
||||
->controller(ControlUnitController::class)
|
||||
->group(function () {
|
||||
Route::get('/', 'index')->name('index');
|
||||
Route::post('/no_process','noProcess')->name('noProcess');
|
||||
Route::post('/start/{mission}', 'start')->name('start');
|
||||
Route::post('/finish/{mission}', 'finish')->name('finish');
|
||||
});
|
||||
@@ -561,11 +561,12 @@ Route::prefix('harim')
|
||||
Route::post('/confirm_guarantee_letter_need/{harim}', 'confirmGuaranteeLetterNeed')->name('confirmGuaranteeLetterNeed');
|
||||
Route::get('/{harim}', 'show')->name('show');
|
||||
});
|
||||
Route::prefix('panjarevahed')
|
||||
Route::prefix('panjare_vahed')
|
||||
->name('panjarevahed.')
|
||||
->controller(PanjarevahedController::class)
|
||||
->group(function () {
|
||||
Route::post('/get_access_road','getAccessRoad')->name('getAccessRoad');
|
||||
Route::post('/receive_new_request', 'receiveNewRequest')->name('receiveNewRequest');
|
||||
Route::post('/receive_access_road','getAccessRoad')->name('getAccessRoad');
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user