switched to imports, debugged sessions

This commit is contained in:
STEINNI
2025-09-03 20:49:15 +00:00
parent f90a1f5065
commit 4cb56c8cbd
6 changed files with 225 additions and 184 deletions
+11 -10
View File
@@ -1,12 +1,13 @@
{
"dependencies": {
"argon2": "^0.44.0",
"body-parser": "^2.2.0",
"express": "^5.1.0",
"express-mysql-session": "^3.0.3",
"express-session": "^1.18.2",
"mysql": "^2.18.1",
"mysql2": "^3.14.3",
"swagger-ui-express": "^5.0.1"
}
"type": "module",
"dependencies": {
"argon2": "^0.44.0",
"body-parser": "^2.2.0",
"express": "^5.1.0",
"express-mysql-session": "^3.0.3",
"express-session": "^1.18.2",
"mysql": "^2.18.1",
"mysql2": "^3.14.3",
"swagger-ui-express": "^5.0.1"
}
}