Install and require express-async-errors earlier

This commit is contained in:
Tuan Dang
2023-05-28 22:23:26 +03:00
parent 3a76a82438
commit e90f63b375
7 changed files with 19 additions and 78 deletions

View File

@@ -20,6 +20,7 @@
"crypto-js": "^4.1.1",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-async-errors": "^3.1.1",
"express-rate-limit": "^6.7.0",
"express-validator": "^6.14.2",
"handlebars": "^4.7.7",