feat: 품목기준 필드 휴지통 비우기 기능 추가
This commit is contained in:
@@ -441,6 +441,9 @@
|
||||
// 커스텀 필드 영구 삭제
|
||||
Route::delete('/custom-fields/{id}/force', [ItemFieldController::class, 'forceDestroyCustomField'])->name('forceDestroyCustomField');
|
||||
|
||||
// 삭제된 필드 일괄 영구 삭제 (휴지통 비우기)
|
||||
Route::post('/purge-deleted', [ItemFieldController::class, 'purgeDeleted'])->name('purgeDeleted');
|
||||
|
||||
// 오류 로그 조회 (HTMX partial)
|
||||
Route::get('/error-logs', [ItemFieldController::class, 'errorLogs'])->name('errorLogs');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user