fix:R&D LABS에서 사업자등록증 OCR 메뉴 제거
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user