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 751d41e commit 348993aCopy full SHA for 348993a
src/endpoints/auth/auth.controller.ts
@@ -12,7 +12,7 @@ import { LocalAuthGuard } from './guards/local-auth.guard';
12
import { GoogleAuthGuard } from './guards/google-auth.guard';
13
import { Request, Response } from 'express';
14
import { LoginDto } from './dto/login.dto';
15
-import { SkipJwtauth } from 'src/common/decorators/skip-jwtauth/skip-jwtauth.decorator';
+import { SkipJwtauth } from '../../common/decorators/skip-jwtauth/skip-jwtauth.decorator';
16
import { SignupDto } from './dto/signup.dto';
17
import { UserDocument } from '../users/schemas/users.schema';
18
0 commit comments