added missing dep

This commit is contained in:
SrGooglo 2024-02-07 00:52:28 +01:00
parent 73c0f388d2
commit 743415e7b3
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.4.1",
"express": "^4.18.2"
}