Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Dung Diego
/
ocr-tool
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Dung Diego
2026-07-16 13:15:10 +0700
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
59179daa84cdfd5f0ae6bf21b979ac5a6da30fbc
59179daa
1 parent
e21a7387
up
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
routes/web.php
routes/web.php
View file @
59179da
...
...
@@ -15,6 +15,6 @@
*/
Route
::
get
(
'/'
,
[
OcrController
::
class
,
'index'
]);
Route
::
pos
t
(
'/show-pdf'
,
[
OcrController
::
class
,
'show_pdf'
])
->
name
(
'show_pdf'
);
Route
::
ge
t
(
'/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'
);
...
...
Please
register
or
sign in
to post a comment