Ajout des endpoints API User

This commit is contained in:
2024-12-07 11:05:32 +01:00
parent 9b3fe93f4f
commit 4486e99225
8 changed files with 105 additions and 2 deletions

View File

@ -1,4 +1,5 @@
import { Injectable } from '@nestjs/common'
import { PrismaClient } from '@prisma/client'
@Injectable()
export class PrismaService {}
export class PrismaService extends PrismaClient {}