| import { Injectable } from "@nestjs/common"; | |
| import { AuthGuard } from "@nestjs/passport"; | |
| () | |
| export class JwtGuard extends AuthGuard("jwt") {} | |
| import { Injectable } from "@nestjs/common"; | |
| import { AuthGuard } from "@nestjs/passport"; | |
| () | |
| export class JwtGuard extends AuthGuard("jwt") {} | |