create new thing for mission acsses and event and listener

This commit is contained in:
2025-08-25 13:55:21 +03:30
parent e3cf21ac27
commit 2589787f3a
11 changed files with 99 additions and 42 deletions

View File

@@ -500,6 +500,7 @@ 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');
});