feat: Implement even more endpoints

This commit is contained in:
Alexander Polynomdivision
2018-09-29 19:10:27 +02:00
parent fdaa9cb8f3
commit 9ea5078c5c
7 changed files with 130 additions and 62 deletions

View File

@@ -35,6 +35,7 @@ export async function performLogin(username: string, password: string, db: Db):
classId: user.classId,
lastReview: user.lastReview,
lastLevel: user.lastLevel,
// TODO: Implement
score: 4,