There was an error while loading. Please reload this page.
1 parent 0ab899a commit 4289e20Copy full SHA for 4289e20
src/auth/auth.guard.ts
src/auth/auth.module.ts
@@ -4,7 +4,7 @@ import { APP_GUARD } from '@nestjs/core';
4
import { JwtModule } from '@nestjs/jwt';
5
import { jwtConstants } from './constants';
6
import { AuthController } from './auth.controller';
7
-import { AuthGuard } from './auth.guard';
+import { AuthGuard } from '../common/guards/at.guard';
8
import { AuthService } from './auth.service';
9
10
0 commit comments