added character stuff
This commit is contained in:
7
src/app/services/character.service.ts
Normal file
7
src/app/services/character.service.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import {Character} from "@prisma/client";
|
||||
|
||||
class CharacterService {
|
||||
|
||||
}
|
||||
|
||||
export default CharacterService;
|
@ -1,5 +1,5 @@
|
||||
import bcrypt from "bcryptjs";
|
||||
import UserRepository from "../repositories/user";
|
||||
import UserRepository from "../repositories/user.repository";
|
||||
|
||||
class UserService {
|
||||
async login(username: string, password: string): Promise<boolean | any> {
|
Reference in New Issue
Block a user