added /game/add, API hopefully finished
This commit is contained in:
parent
fff55edf79
commit
5f9a484285
19 changed files with 143 additions and 100 deletions
7
backend/api/src/model/Game.ts
Normal file
7
backend/api/src/model/Game.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export interface Game {
|
||||
id?: number,
|
||||
score: number,
|
||||
playtime: string,
|
||||
date: Date,
|
||||
userId: number,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue