push code len ne

This commit is contained in:
2024-10-28 20:56:21 +07:00
parent 5c1d4e92af
commit ae1aa64b41
7 changed files with 267 additions and 23 deletions

View File

@@ -0,0 +1,7 @@
import { Injectable } from '@nestjs/common';
import { PrismaService } from 'src/Prisma/prisma.service';
@Injectable()
export class AppConfigService {
constructor(private readonly prisma: PrismaService) {}
}