main
Ilham Wara Nugroho 2026-06-17 13:52:09 +07:00
parent b3ca516c65
commit 0b43102baa
1 changed files with 1 additions and 1 deletions

View File

@ -320,4 +320,4 @@ Route::name('management.')->prefix('management')->group(function () {
Route::post('{inventoryYear}/{instansi?}', [FormController::class, 'approvalKonsolidasi'])->name('form.approval');
});
Route::get('{sector}/{code}/update', [FormController::class, 'update'])->name('form.update');
Route::get('form/update/{sector}/{code}', [FormController::class, 'update'])->name('form.update');