fix: cache not clear

This commit is contained in:
Methapon2001 2023-11-24 14:46:34 +07:00
parent 7cdbf140a9
commit 9ca1213e50
No known key found for this signature in database
GPG key ID: 849924FEF46BD132
3 changed files with 136 additions and 1 deletions

View file

@ -22,6 +22,7 @@
"@types/cors": "^2.8.16",
"@types/jsonwebtoken": "^9.0.5",
"@types/multer": "^1.4.10",
"amqplib": "^0.10.3",
"concurrently": "^8.2.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
@ -34,11 +35,13 @@
"tsoa": "^5.1.1"
},
"devDependencies": {
"@types/amqplib": "^0.10.4",
"@types/express": "^4.17.21",
"@types/node": "^20.9.0",
"@types/swagger-ui-express": "^4.1.6",
"nodemon": "^3.0.1",
"ts-node": "^10.9.1",
"typedoc": "^0.25.3",
"typescript": "^5.2.2"
}
}