Skip to content

Commit

Permalink
Merge pull request #3 from isdi-coders-2023/feature/controller
Browse files Browse the repository at this point in the history
add controller and middlewares
  • Loading branch information
marcosparajua authored Apr 30, 2024
2 parents 519d9c8 + 9892b15 commit fb30ae2
Show file tree
Hide file tree
Showing 13 changed files with 924 additions and 5 deletions.
143 changes: 141 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.6",
"@types/morgan": "^1.9.9",
"@types/multer": "^1.4.11",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
Expand All @@ -55,6 +56,7 @@
"joi": "^17.12.3",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemon": "^3.1.0"
}
}
Loading

0 comments on commit fb30ae2

Please sign in to comment.