We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ca122 commit 4e68171Copy full SHA for 4e68171
src/auth/auth.module.ts
@@ -6,7 +6,6 @@ import { JwtStrategy } from './jwt.strategy';
6
import { ApiGuard } from './guards/api.guard';
7
import { ConfigService } from '@nestjs/config';
8
import { PrismaService } from '../prisma/prisma.service';
9
-import { MixedGuard } from './guards/mixed.guard';
10
import { JwtAuthGuard } from './guards/auth.guard';
11
12
@Module({
0 commit comments