initilisation api

This commit is contained in:
helori_ollivier
2026-04-24 22:29:05 +02:00
parent 01c1dc0a63
commit 3c001d2623
8 changed files with 860 additions and 222 deletions
+4 -3
View File
@@ -6,11 +6,12 @@
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "^2.2.2",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"express": "^4.22.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"morgan": "~1.9.1"
"jade": "^0.29.0",
"morgan": "^1.10.1"
}
}