express: ready for voting, but the /results display is not good

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2023-09-15 09:37:35 -04:00
parent e3150bd53b
commit 5c4e28e2de
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED
4 changed files with 83 additions and 5 deletions

View file

@ -16,6 +16,7 @@
"dependencies": {
"body-parser": "^1.20.2",
"express": "^4.18.2",
"morgan": "^1.10.0",
"sqlite3": "^5.1.6"
}
}