Skip to content

Commit 4289e20

Browse files
removed extra file
1 parent 0ab899a commit 4289e20

File tree

2 files changed

+1
-57
lines changed

2 files changed

+1
-57
lines changed

src/auth/auth.guard.ts

Lines changed: 0 additions & 56 deletions
This file was deleted.

src/auth/auth.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { APP_GUARD } from '@nestjs/core';
44
import { JwtModule } from '@nestjs/jwt';
55
import { jwtConstants } from './constants';
66
import { AuthController } from './auth.controller';
7-
import { AuthGuard } from './auth.guard';
7+
import { AuthGuard } from '../common/guards/at.guard';
88
import { AuthService } from './auth.service';
99

1010

0 commit comments

Comments
 (0)