express routing

This commit is contained in:
2025-02-08 18:01:39 +01:00
parent 3c0da2e91f
commit ad0fcca2ee
10 changed files with 124 additions and 10 deletions

View File

@ -9,6 +9,9 @@
"author": "Sam Hadow",
"license": "BSD-3-Clause-Attribution",
"dependencies": {
"express": "^4.21.2"
"bootstrap": "^5.3.3",
"cookie-parser": "^1.4.7",
"express": "^4.21.2",
"socket.io": "^4.8.1"
}
}