Feature SPK, perbaikan CONFLICT

This commit is contained in:
Andy Chaerudin
2024-11-06 14:48:40 +07:00
6 changed files with 79 additions and 59 deletions

View File

@@ -94,8 +94,6 @@ Route::middleware(['auth'])->group(function () {
Route::get('/spk/{spk}', 'show')->name('spk.show');
Route::get('/spk/{spk}/edit', 'edit')->name('spk.edit');
Route::put('/spk/{spk}', 'update')->name('spk.update');
Route::get('spk/{spk}/download', 'download')->name('spk.download');
});
Route::controller(RegistrasiFinalController::class)->group(function(){