Migrate to single DB for both users and tournaments and introduce userService
This commit is contained in:
6
backend_splatournament_manager/src/models/user.ts
Normal file
6
backend_splatournament_manager/src/models/user.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface User {
|
||||
id: number;
|
||||
username: string;
|
||||
password: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user