Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -15,5 +15,5 @@ | ... | @@ -15,5 +15,5 @@ |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | Route::get('/', [OcrController::class,'index']); | 17 | Route::get('/', [OcrController::class,'index']); |
| 18 | -Route::get('/preview-pdf', [OcrController::class,'preview_pdf'])->name('preview_pdf'); | 18 | +Route::post('/preview-pdf', [OcrController::class,'preview_pdf'])->name('preview_pdf'); |
| 19 | Route::post('/import-pdf', [OcrController::class,'import_pdf'])->name('import_pdf'); | 19 | Route::post('/import-pdf', [OcrController::class,'import_pdf'])->name('import_pdf'); | ... | ... |
-
Please register or sign in to post a comment