Add error handling, fix authentication and fix online time display

This commit is contained in:
2020-06-01 13:32:45 +02:00
parent 5925872ac8
commit 66898bfab6
3 changed files with 94 additions and 56 deletions

View File

@@ -24,6 +24,7 @@
"@nestjs/common": "^7.0.0",
"@nestjs/core": "^7.0.0",
"@nestjs/platform-express": "^7.0.0",
"node-fetch": "^2.6.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^6.5.4"