Skip to content

Commit

Permalink
start
Browse files Browse the repository at this point in the history
  • Loading branch information
coodyme committed May 6, 2024
1 parent 4dd69eb commit 923a781
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,5 @@ Dicas:
> Não precisa implementar nada além do que foi solicitado.
> Veja a imagem de arquitetura em `./architecture.png`.
Binary file added architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion template/src/controllers/ocr.controller.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { readCnh, readRg } from '../../services/index.js'
import { readCnh, readRg } from '../services/index.js'

const cnh = async (req, res) => {
const result = await readCnh()
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 923a781

Please sign in to comment.