fix:R&D LABS에서 사업자등록증 OCR 메뉴 제거

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
pro
2026-01-28 13:18:41 +09:00
parent df97176829
commit 8622a63e6b
4 changed files with 0 additions and 722 deletions

View File

@@ -459,7 +459,6 @@
// A. AI/자동화 (AI/Automation)
Route::prefix('ai')->name('ai.')->group(function () {
Route::get('/business-ocr', [AIController::class, 'businessOcr'])->name('business-ocr');
Route::get('/web-recording', [AIController::class, 'webRecording'])->name('web-recording');
Route::get('/meeting-summary', [AIController::class, 'meetingSummary'])->name('meeting-summary');
Route::get('/work-memo-summary', [AIController::class, 'workMemoSummary'])->name('work-memo-summary');