added /game/add, API hopefully finished
This commit is contained in:
parent
fff55edf79
commit
5f9a484285
19 changed files with 143 additions and 100 deletions
|
|
@ -0,0 +1,5 @@
|
|||
import {TimeLeaderboard} from "../model/Leaderboard.js";
|
||||
|
||||
export abstract class TimeLeaderboardRepository {
|
||||
abstract getAll(): Promise<TimeLeaderboard>;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue