Created two API endpoints.

This commit is contained in:
Lukian 2024-12-11 13:00:19 +01:00
parent 00e78c2dff
commit 8a61aaa68f
8 changed files with 854 additions and 203 deletions

View file

@ -14,10 +14,12 @@
"axios": "^1.6.5",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"dotenv": "^16.4.7",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"https": "^1.0.0",
"jsonwebtoken": "^9.0.2"
"jsonwebtoken": "^9.0.2",
"mysql": "^2.18.1",
"nodemon": "^3.1.7"
}
}