Fixed company code error not found

This commit is contained in:
SepehrYahyaee
2026-05-30 15:01:53 +03:30
parent da298a3350
commit d6f1cb9eeb
5 changed files with 60 additions and 5 deletions

View File

@@ -8,9 +8,11 @@ import {
CaptchaChallenge,
CaptchaChallengeSchema,
} from "./entities/schema/captcha-challenge.schema";
import { ConfigModule } from "@nestjs/config";
@Module({
imports: [
ConfigModule,
HashModule,
MongooseModule.forFeature([
{ name: CaptchaChallenge.name, schema: CaptchaChallengeSchema },