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
+4
View File
@@ -0,0 +1,4 @@
declare const JwtAuthGuard_base: import("@nestjs/passport").Type<import("@nestjs/passport").IAuthGuard>;
export declare class JwtAuthGuard extends JwtAuthGuard_base {
}
export {};