Ajout routes API PUT/DEL

This commit is contained in:
Arnaud Nelissen
2025-09-25 18:41:59 +02:00
parent 73add80cab
commit 3ff1b73cd2
5 changed files with 297 additions and 23 deletions

View File

@@ -17,14 +17,15 @@
"cbor-body-parser": "^1.0.3",
"chokidar": "^3.6.0",
"crc": "^4.3.2",
"dotenv": "^17.2.2",
"events": "^3.2.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"joi": "^17.4.0",
"moment": "^2.29.1",
"mongodb": "^3.6.2",
"oauth2-server": "^3.1.1",
"random-bytes": "^1.0.0",
"underscore": "^1.13.6",
"oauth2-server": "^3.1.1"
"underscore": "^1.13.6"
}
}