Added post function and fixed database download function

This commit is contained in:
Ajay Ramachandran
2019-07-09 14:42:59 -04:00
parent ca479bc2f7
commit 7bf99e35fe
2 changed files with 25 additions and 4 deletions

View File

@@ -12,6 +12,7 @@
"dependencies": {
"express": "^4.17.1",
"http": "0.0.0",
"sqlite3": "^4.0.9"
"sqlite3": "^4.0.9",
"uuid": "^3.3.2"
}
}