Sửa lỗi frontend không kết nối với backend

This commit is contained in:
2026-06-15 18:25:37 +07:00
parent 4716b841dc
commit 34e2af8825
32 changed files with 5817 additions and 41 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { Injectable, UnauthorizedException } from '@nestjs/common';
import { PassportStrategy } from '@nestjs/passport';
import { ExtractJwt, Strategy } from 'passport-jwt';
import { PrismaService } from './prisma.service.js';
import { PrismaService } from '../../prisma/prisma.service';
@Injectable()
export class JwtStrategy extends PassportStrategy(Strategy) {