Frontend can now filter with timespan

This commit is contained in:
2020-10-23 22:08:54 +02:00
parent 13f8437f29
commit edaff8a3ec
29 changed files with 558 additions and 152 deletions

View File

@@ -26,6 +26,7 @@
"express": "^4.17.1",
"figlet": "^1.5.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mongoose": "^5.10.9",
"ts-node": "^9.0.0",
"typescript": "^4.0.3",
@@ -45,6 +46,7 @@
"nodemon": "^2.0.5",
"@types/jsonwebtoken": "8.5.0",
"@types/amqplib": "0.5.14",
"@types/cors": "2.8.8"
"@types/cors": "2.8.8",
"@types/moment": "2.13.0"
}
}