Sửa lỗi giao diện

This commit is contained in:
2026-06-13 17:02:55 +07:00
parent 568cb0e0bc
commit 6383965bfa
13 changed files with 569 additions and 48 deletions
+5
View File
@@ -0,0 +1,5 @@
import { Injectable } from '@nestjs/common';
import { AuthGuard } from '@nestjs/passport';
@Injectable()
export class JwtAuthGuard extends AuthGuard('jwt') {}