Dung Diego

up

......@@ -15,6 +15,6 @@
*/
Route::get('/', [OcrController::class,'index']);
Route::post('/show-pdf', [OcrController::class,'show_pdf'])->name('show_pdf');
Route::get('/show-pdf', [OcrController::class,'show_pdf'])->name('show_pdf');
Route::post('/preview-pdf', [OcrController::class,'preview_pdf'])->name('preview_pdf');
Route::post('/import-pdf', [OcrController::class,'import_pdf'])->name('import_pdf');
......