feat: Test using HTTPS and HTTP2

This commit is contained in:
Alexander Polynomdivision
2018-09-30 20:15:27 +02:00
parent b47b18c373
commit 4a6b40ad72
6 changed files with 31 additions and 8 deletions

View File

@@ -1,6 +1,5 @@
export interface ILearner {
username: string;
level: number;
score: number;
}